Html Css Color HEX #CAB56B Putty

📋 copy color: '#CAB56B'

red 202 ◦ green 181 ◦ blue 107

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

Shades of Putty #CAB56B

Tints of Putty #CAB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 41.22%
G = 36.94%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAB56B (or 0xCAB56B) is known color: Putty. HEX triplet: CA, B5 and 6B. RGB value is (202,181,107). Sum of RGB (Red+Green+Blue) = 202+181+107=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB56B is #354A94. Grayscale: #B3B3B3. Windows color (decimal): -3492501 or 7058890. OLE color: 7058890.

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

Color convert

RGB 202 181 107 -
CMYK 0 0.10 0.47 0.21
HSL 46.74º 0.47% 0.61% -
HSV(B) 46.74º 0.47% 0.79% -
XYZ 43.53 46.67 20.62 -
YUV 178.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 202 181 107 0 0.10 0.47 0.21 46.74 0.47 0.61
Hex CA B5 6B 0 A 2F 15 2F 2F 3D
Octal 312 265 153 0 12 57 25 57 57 75
Binary 11001010 10110101 1101011 0 1010 101111 10101 101111 101111 111101

Color Harmonies of #CAB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB56B

Black with #CAB56B

Text Example


Text Example

White with #CAB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB56B; }

 p { color: rgb(202,181,107); }

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

background-color css

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

 a { background-color: rgb(202,181,107); }

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

border-color css

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

 span { border-color: rgb(202,181,107); }

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