Html Css Color HEX #CAB170 Putty

📋 copy color: '#CAB170'

red 202 ◦ green 177 ◦ blue 112

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

Shades of Putty #CAB170

Tints of Putty #CAB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 41.14%
G = 36.05%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAB170 (or 0xCAB170) is known color: Putty. HEX triplet: CA, B1 and 70. RGB value is (202,177,112). Sum of RGB (Red+Green+Blue) = 202+177+112=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB170 is #354E8F. Grayscale: #B1B1B1. Windows color (decimal): -3493520 or 7385546. OLE color: 7385546.

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

Color convert

RGB 202 177 112 -
CMYK 0 0.12 0.45 0.21
HSL 43.33º 0.46% 0.62% -
HSV(B) 43.33º 0.45% 0.79% -
XYZ 43 45.17 21.78 -
YUV 177.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 202 177 112 0 0.12 0.45 0.21 43.33 0.46 0.62
Hex CA B1 70 0 C 2D 15 2B 2E 3E
Octal 312 261 160 0 14 55 25 53 56 76
Binary 11001010 10110001 1110000 0 1100 101101 10101 101011 101110 111110

Color Harmonies of #CAB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB170

Black with #CAB170

Text Example


Text Example

White with #CAB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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