Html Css Color HEX #CA9B5C Twine

📋 copy color: '#CA9B5C'

red 202 ◦ green 155 ◦ blue 92

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

Shades of Twine #CA9B5C

Tints of Twine #CA9B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

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

R = 44.99%
G = 34.52%
B = 20.49%

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

#CA9B5C (or 0xCA9B5C) is known color: Twine. HEX triplet: CA, 9B and 5C. RGB value is (202,155,92). Sum of RGB (Red+Green+Blue) = 202+155+92=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B5C is #3564A3. Grayscale: #A2A2A2. Windows color (decimal): -3499172 or 6069194. OLE color: 6069194.

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

Color convert

RGB 202 155 92 -
CMYK 0 0.23 0.54 0.21
HSL 34.36º 0.51% 0.58% -
HSV(B) 34.36º 0.54% 0.79% -
XYZ 38.01 36.77 15.22 -
YUV 161.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 202 155 92 0 0.23 0.54 0.21 34.36 0.51 0.58
Hex CA 9B 5C 0 17 36 15 22 33 3A
Octal 312 233 134 0 27 66 25 42 63 72
Binary 11001010 10011011 1011100 0 10111 110110 10101 100010 110011 111010

Color Harmonies of #CA9B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B5C

Black with #CA9B5C

Text Example


Text Example

White with #CA9B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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