Html Css Color HEX #CAB26D Putty

📋 copy color: '#CAB26D'

red 202 ◦ green 178 ◦ blue 109

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

Shades of Putty #CAB26D

Tints of Putty #CAB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 41.31%
G = 36.4%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAB26D (or 0xCAB26D) is known color: Putty. HEX triplet: CA, B2 and 6D. RGB value is (202,178,109). Sum of RGB (Red+Green+Blue) = 202+178+109=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB26D is #354D92. Grayscale: #B1B1B1. Windows color (decimal): -3493267 or 7189194. OLE color: 7189194.

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

Color convert

RGB 202 178 109 -
CMYK 0 0.12 0.46 0.21
HSL 44.52º 0.47% 0.61% -
HSV(B) 44.52º 0.46% 0.79% -
XYZ 43.04 45.5 20.98 -
YUV 177.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 202 178 109 0 0.12 0.46 0.21 44.52 0.47 0.61
Hex CA B2 6D 0 C 2E 15 2D 2F 3D
Octal 312 262 155 0 14 56 25 55 57 75
Binary 11001010 10110010 1101101 0 1100 101110 10101 101101 101111 111101

Color Harmonies of #CAB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB26D

Black with #CAB26D

Text Example


Text Example

White with #CAB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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