Html Css Color HEX #CA9359 Twine

📋 copy color: '#CA9359'

red 202 ◦ green 147 ◦ blue 89

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

Shades of Twine #CA9359

Tints of Twine #CA9359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.56%

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

R = 46.12%
G = 33.56%
B = 20.32%

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

#CA9359 (or 0xCA9359) is known color: Twine. HEX triplet: CA, 93 and 59. RGB value is (202,147,89). Sum of RGB (Red+Green+Blue) = 202+147+89=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9359 is #356CA6. Grayscale: #9D9D9D. Windows color (decimal): -3501223 or 5870538. OLE color: 5870538.

HSL color Cylindrical-coordinate representation of color #CA9359: hue angle of 30.8º 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 #CA9359 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 147 89 -
CMYK 0 0.27 0.56 0.21
HSL 30.8º 0.52% 0.57% -
HSV(B) 30.8º 0.56% 0.79% -
XYZ 36.59 34.15 14.11 -
YUV 156.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 202 147 89 0 0.27 0.56 0.21 30.8 0.52 0.57
Hex CA 93 59 0 1B 38 15 1F 34 39
Octal 312 223 131 0 33 70 25 37 64 71
Binary 11001010 10010011 1011001 0 11011 111000 10101 11111 110100 111001

Color Harmonies of #CA9359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9359

Black with #CA9359

Text Example


Text Example

White with #CA9359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9359; }

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

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

background-color css

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

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

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

border-color css

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

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

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