Html Css Color HEX #CAB770 Putty

📋 copy color: '#CAB770'

red 202 ◦ green 183 ◦ blue 112

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

Shades of Putty #CAB770

Tints of Putty #CAB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.82%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 40.64%
G = 36.82%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB770 (or 0xCAB770) is known color: Putty. HEX triplet: CA, B7 and 70. RGB value is (202,183,112). Sum of RGB (Red+Green+Blue) = 202+183+112=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB770 is #35488F. Grayscale: #B4B4B4. Windows color (decimal): -3491984 or 7387082. OLE color: 7387082.

HSL color Cylindrical-coordinate representation of color #CAB770: hue angle of 47.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB770 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 112 -
CMYK 0 0.09 0.45 0.21
HSL 47.33º 0.46% 0.62% -
HSV(B) 47.33º 0.45% 0.79% -
XYZ 44.22 47.59 22.19 -
YUV 180.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 202 183 112 0 0.09 0.45 0.21 47.33 0.46 0.62
Hex CA B7 70 0 9 2D 15 2F 2E 3E
Octal 312 267 160 0 11 55 25 57 56 76
Binary 11001010 10110111 1110000 0 1001 101101 10101 101111 101110 111110

Color Harmonies of #CAB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB770

Black with #CAB770

Text Example


Text Example

White with #CAB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB770; }

 p { color: rgb(202,183,112); }

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

background-color css

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

 a { background-color: rgb(202,183,112); }

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

border-color css

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

 span { border-color: rgb(202,183,112); }

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