Html Css Color HEX #CAB07A Putty

📋 copy color: '#CAB07A'

red 202 ◦ green 176 ◦ blue 122

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

Shades of Putty #CAB07A

Tints of Putty #CAB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 40.4%
G = 35.2%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAB07A (or 0xCAB07A) is known color: Putty. HEX triplet: CA, B0 and 7A. RGB value is (202,176,122). Sum of RGB (Red+Green+Blue) = 202+176+122=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07A is #354F85. Grayscale: #B1B1B1. Windows color (decimal): -3493766 or 8040650. OLE color: 8040650.

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

Color convert

RGB 202 176 122 -
CMYK 0 0.13 0.40 0.21
HSL 40.5º 0.43% 0.64% -
HSV(B) 40.5º 0.4% 0.79% -
XYZ 43.4 45.01 24.81 -
YUV 177.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 202 176 122 0 0.13 0.40 0.21 40.5 0.43 0.64
Hex CA B0 7A 0 D 28 15 28 2B 40
Octal 312 260 172 0 15 50 25 50 53 100
Binary 11001010 10110000 1111010 0 1101 101000 10101 101000 101011 1000000

Color Harmonies of #CAB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB07A

Black with #CAB07A

Text Example


Text Example

White with #CAB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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