Html Css Color HEX #CA9459 Twine

📋 copy color: '#CA9459'

red 202 ◦ green 148 ◦ blue 89

#CA9459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #CA9459

Tints of Twine #CA9459

RGB

 RED value IS 202 (79.3% from 255) = 46.01%

 GREEN value IS 148 (58.2% from 255) = 33.71%

 BLUE value IS 89 (35.16% from 255) = 20.27%

R = 46.01%
G = 33.71%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA9459 (or 0xCA9459) is known color: Twine. HEX triplet: CA, 94 and 59. RGB value is (202,148,89). Sum of RGB (Red+Green+Blue) = 202+148+89=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9459 is #356BA6. Grayscale: #9D9D9D. Windows color (decimal): -3500967 or 5870794. OLE color: 5870794.

HSL color Cylindrical-coordinate representation of color #CA9459: hue angle of 31.33º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA9459 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 89 -
CMYK 0 0.27 0.56 0.21
HSL 31.33º 0.52% 0.57% -
HSV(B) 31.33º 0.56% 0.79% -
XYZ 36.75 34.46 14.17 -
YUV 157.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 202 148 89 0 0.27 0.56 0.21 31.33 0.52 0.57
Hex CA 94 59 0 1B 38 15 1F 34 39
Octal 312 224 131 0 33 70 25 37 64 71
Binary 11001010 10010100 1011001 0 11011 111000 10101 11111 110100 111001

Color Harmonies of #CA9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9459

Black with #CA9459

Text Example


Text Example

White with #CA9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9459; }

 p { color: rgb(202,148,89); }

 H1.HeaderClassName
 {
   color: #CA9459;
 }
 .AnyTagClassName
 {
   color: #CA9459;
 }
</style>

background-color css

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

 a { background-color: rgb(202,148,89); }

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

border-color css

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

 span { border-color: rgb(202,148,89); }

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