#ca9250

Color #CA9250 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CA9250

Tints of Twine #CA9250

Color information

#CA9250 (or 0xCA9250) is unknown color: approx Twine. HEX triplet: CA, 92 and 50. RGB value is (202,146,80). Sum of RGB (Red+Green+Blue) = 202+146+80=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9250 is #356DAF. Grayscale: #9B9B9B. Windows color (decimal): -3501488 or 5280458. OLE color: 5280458.

HSL color Cylindrical-coordinate representation of color #CA9250: hue angle of 32.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA9250 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20214680-
CMYK00.280.600.21
HSL32.46º53.51%55.29%-
HSV(B)32.46º60.4%79.22%-
XYZ36.0833.6912.19-
YUV155.2285.55161.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=47.20%
G=34.11%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021468000.280.600.2132.4653.5155.29
HexCA925001C3C15203637
Octal3122221200347425406667
Binary1100101010010010101000001110011110010101100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9250; }

 p { color: rgb(202,146,80); }

 H1.HeaderClassName
 {
   color: #ca9250;
 }
 .AnyTagClassName
 {
   color: #ca9250;
 }
</style>
background-color css

<style>
 a { background-color: #ca9250; }

 a { background-color: rgb(202,146,80); }

 div.DivClassName
 {
   background-color: #ca9250;
 }
 .BgClassName
 {
   background-color: #ca9250;
 }
</style>
border-color css

<style>
 span { border-color: #ca9250; }

 span { border-color: rgb(202,146,80); }

 td.TdClassName
 {
   border-color: #ca9250;
 }
 .TagClassName
 {
   border-color: #ca9250;
 }
</style>