Html Css Color HEX #CAB277 Putty

📋 copy color: '#CAB277'

red 202 ◦ green 178 ◦ blue 119

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

Shades of Putty #CAB277

Tints of Putty #CAB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 40.48%
G = 35.67%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB277 (or 0xCAB277) is known color: Putty. HEX triplet: CA, B2 and 77. RGB value is (202,178,119). Sum of RGB (Red+Green+Blue) = 202+178+119=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB277 is #354D88. Grayscale: #B2B2B2. Windows color (decimal): -3493257 or 7844554. OLE color: 7844554.

HSL color Cylindrical-coordinate representation of color #CAB277: hue angle of 42.65º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAB277 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 119 -
CMYK 0 0.12 0.41 0.21
HSL 42.65º 0.44% 0.63% -
HSV(B) 42.65º 0.41% 0.79% -
XYZ 43.61 45.73 23.98 -
YUV 178.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 202 178 119 0 0.12 0.41 0.21 42.65 0.44 0.63
Hex CA B2 77 0 C 29 15 2B 2C 3F
Octal 312 262 167 0 14 51 25 53 54 77
Binary 11001010 10110010 1110111 0 1100 101001 10101 101011 101100 111111

Color Harmonies of #CAB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB277

Black with #CAB277

Text Example


Text Example

White with #CAB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB277; }

 p { color: rgb(202,178,119); }

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

background-color css

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

 a { background-color: rgb(202,178,119); }

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

border-color css

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

 span { border-color: rgb(202,178,119); }

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