Html Css Color HEX #CAB470 Putty

📋 copy color: '#CAB470'

red 202 ◦ green 180 ◦ blue 112

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

Shades of Putty #CAB470

Tints of Putty #CAB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 40.89%
G = 36.44%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB470 (or 0xCAB470) is known color: Putty. HEX triplet: CA, B4 and 70. RGB value is (202,180,112). Sum of RGB (Red+Green+Blue) = 202+180+112=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB470 is #354B8F. Grayscale: #B3B3B3. Windows color (decimal): -3492752 or 7386314. OLE color: 7386314.

HSL color Cylindrical-coordinate representation of color #CAB470: hue angle of 45.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 #CAB470 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 112 -
CMYK 0 0.11 0.45 0.21
HSL 45.33º 0.46% 0.62% -
HSV(B) 45.33º 0.45% 0.79% -
XYZ 43.6 46.37 21.98 -
YUV 178.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 202 180 112 0 0.11 0.45 0.21 45.33 0.46 0.62
Hex CA B4 70 0 B 2D 15 2D 2E 3E
Octal 312 264 160 0 13 55 25 55 56 76
Binary 11001010 10110100 1110000 0 1011 101101 10101 101101 101110 111110

Color Harmonies of #CAB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB470

Black with #CAB470

Text Example


Text Example

White with #CAB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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