Html Css Color HEX #CAB26A Putty

📋 copy color: '#CAB26A'

red 202 ◦ green 178 ◦ blue 106

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

Shades of Putty #CAB26A

Tints of Putty #CAB26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 41.56%
G = 36.63%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB26A (or 0xCAB26A) is known color: Putty. HEX triplet: CA, B2 and 6A. RGB value is (202,178,106). Sum of RGB (Red+Green+Blue) = 202+178+106=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB26A is #354D95. Grayscale: #B1B1B1. Windows color (decimal): -3493270 or 6992586. OLE color: 6992586.

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

Color convert

RGB 202 178 106 -
CMYK 0 0.12 0.48 0.21
HSL 45º 0.48% 0.6% -
HSV(B) 45º 0.48% 0.79% -
XYZ 42.88 45.44 20.15 -
YUV 176.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 202 178 106 0 0.12 0.48 0.21 45 0.48 0.6
Hex CA B2 6A 0 C 30 15 2D 30 3C
Octal 312 262 152 0 14 60 25 55 60 74
Binary 11001010 10110010 1101010 0 1100 110000 10101 101101 110000 111100

Color Harmonies of #CAB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB26A

Black with #CAB26A

Text Example


Text Example

White with #CAB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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