Html Css Color HEX #CAB570 Putty

📋 copy color: '#CAB570'

red 202 ◦ green 181 ◦ blue 112

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

Shades of Putty #CAB570

Tints of Putty #CAB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 40.81%
G = 36.57%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB570 (or 0xCAB570) is known color: Putty. HEX triplet: CA, B5 and 70. RGB value is (202,181,112). Sum of RGB (Red+Green+Blue) = 202+181+112=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB570 is #354A8F. Grayscale: #B3B3B3. Windows color (decimal): -3492496 or 7386570. OLE color: 7386570.

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

Color convert

RGB 202 181 112 -
CMYK 0 0.10 0.45 0.21
HSL 46º 0.46% 0.62% -
HSV(B) 46º 0.45% 0.79% -
XYZ 43.81 46.77 22.05 -
YUV 179.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 202 181 112 0 0.10 0.45 0.21 46 0.46 0.62
Hex CA B5 70 0 A 2D 15 2E 2E 3E
Octal 312 265 160 0 12 55 25 56 56 76
Binary 11001010 10110101 1110000 0 1010 101101 10101 101110 101110 111110

Color Harmonies of #CAB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB570

Black with #CAB570

Text Example


Text Example

White with #CAB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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