Html Css Color HEX #CAB06B Putty

📋 copy color: '#CAB06B'

red 202 ◦ green 176 ◦ blue 107

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

Shades of Putty #CAB06B

Tints of Putty #CAB06B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

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

R = 41.65%
G = 36.29%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAB06B (or 0xCAB06B) is known color: Putty. HEX triplet: CA, B0 and 6B. RGB value is (202,176,107). Sum of RGB (Red+Green+Blue) = 202+176+107=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06B is #354F94. Grayscale: #B0B0B0. Windows color (decimal): -3493781 or 7057610. OLE color: 7057610.

HSL color Cylindrical-coordinate representation of color #CAB06B: hue angle of 43.58º 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 #CAB06B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 107 -
CMYK 0 0.13 0.47 0.21
HSL 43.58º 0.47% 0.61% -
HSV(B) 43.58º 0.47% 0.79% -
XYZ 42.54 44.67 20.29 -
YUV 175.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 202 176 107 0 0.13 0.47 0.21 43.58 0.47 0.61
Hex CA B0 6B 0 D 2F 15 2C 2F 3D
Octal 312 260 153 0 15 57 25 54 57 75
Binary 11001010 10110000 1101011 0 1101 101111 10101 101100 101111 111101

Color Harmonies of #CAB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB06B

Black with #CAB06B

Text Example


Text Example

White with #CAB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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