Html Css Color HEX #CA9C5C Twine

📋 copy color: '#CA9C5C'

red 202 ◦ green 156 ◦ blue 92

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

Shades of Twine #CA9C5C

Tints of Twine #CA9C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 44.89%
G = 34.67%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA9C5C (or 0xCA9C5C) is known color: Twine. HEX triplet: CA, 9C and 5C. RGB value is (202,156,92). Sum of RGB (Red+Green+Blue) = 202+156+92=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C5C is #3563A3. Grayscale: #A2A2A2. Windows color (decimal): -3498916 or 6069450. OLE color: 6069450.

HSL color Cylindrical-coordinate representation of color #CA9C5C: hue angle of 34.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA9C5C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 92 -
CMYK 0 0.23 0.54 0.21
HSL 34.91º 0.51% 0.58% -
HSV(B) 34.91º 0.54% 0.79% -
XYZ 38.18 37.11 15.28 -
YUV 162.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 202 156 92 0 0.23 0.54 0.21 34.91 0.51 0.58
Hex CA 9C 5C 0 17 36 15 23 33 3A
Octal 312 234 134 0 27 66 25 43 63 72
Binary 11001010 10011100 1011100 0 10111 110110 10101 100011 110011 111010

Color Harmonies of #CA9C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C5C

Black with #CA9C5C

Text Example


Text Example

White with #CA9C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C5C; }

 p { color: rgb(202,156,92); }

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

background-color css

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

 a { background-color: rgb(202,156,92); }

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

border-color css

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

 span { border-color: rgb(202,156,92); }

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