Html Css Color HEX #CAB168 Putty

📋 copy color: '#CAB168'

red 202 ◦ green 177 ◦ blue 104

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

Shades of Putty #CAB168

Tints of Putty #CAB168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 41.82%
G = 36.65%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAB168 (or 0xCAB168) is known color: Putty. HEX triplet: CA, B1 and 68. RGB value is (202,177,104). Sum of RGB (Red+Green+Blue) = 202+177+104=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB168 is #354E97. Grayscale: #B0B0B0. Windows color (decimal): -3493528 or 6861258. OLE color: 6861258.

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

Color convert

RGB 202 177 104 -
CMYK 0 0.12 0.49 0.21
HSL 44.69º 0.48% 0.6% -
HSV(B) 44.69º 0.49% 0.79% -
XYZ 42.58 45 19.54 -
YUV 176.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 202 177 104 0 0.12 0.49 0.21 44.69 0.48 0.6
Hex CA B1 68 0 C 31 15 2D 30 3C
Octal 312 261 150 0 14 61 25 55 60 74
Binary 11001010 10110001 1101000 0 1100 110001 10101 101101 110000 111100

Color Harmonies of #CAB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB168

Black with #CAB168

Text Example


Text Example

White with #CAB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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