Html Css Color HEX #CAB06A Putty

📋 copy color: '#CAB06A'

red 202 ◦ green 176 ◦ blue 106

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

Shades of Putty #CAB06A

Tints of Putty #CAB06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 41.74%
G = 36.36%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB06A (or 0xCAB06A) is known color: Putty. HEX triplet: CA, B0 and 6A. RGB value is (202,176,106). Sum of RGB (Red+Green+Blue) = 202+176+106=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06A is #354F95. Grayscale: #B0B0B0. Windows color (decimal): -3493782 or 6992074. OLE color: 6992074.

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

Color convert

RGB 202 176 106 -
CMYK 0 0.13 0.48 0.21
HSL 43.75º 0.48% 0.6% -
HSV(B) 43.75º 0.48% 0.79% -
XYZ 42.48 44.65 20.01 -
YUV 175.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 202 176 106 0 0.13 0.48 0.21 43.75 0.48 0.6
Hex CA B0 6A 0 D 30 15 2C 30 3C
Octal 312 260 152 0 15 60 25 54 60 74
Binary 11001010 10110000 1101010 0 1101 110000 10101 101100 110000 111100

Color Harmonies of #CAB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB06A

Black with #CAB06A

Text Example


Text Example

White with #CAB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB06A; }

 p { color: rgb(202,176,106); }

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

background-color css

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

 a { background-color: rgb(202,176,106); }

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

border-color css

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

 span { border-color: rgb(202,176,106); }

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