Html Css Color HEX #CAB672 Putty

📋 copy color: '#CAB672'

red 202 ◦ green 182 ◦ blue 114

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

Shades of Putty #CAB672

Tints of Putty #CAB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 40.56%
G = 36.55%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB672 (or 0xCAB672) is known color: Putty. HEX triplet: CA, B6 and 72. RGB value is (202,182,114). Sum of RGB (Red+Green+Blue) = 202+182+114=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB672 is #35498D. Grayscale: #B4B4B4. Windows color (decimal): -3492238 or 7517898. OLE color: 7517898.

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

Color convert

RGB 202 182 114 -
CMYK 0 0.10 0.44 0.21
HSL 46.36º 0.45% 0.62% -
HSV(B) 46.36º 0.44% 0.79% -
XYZ 44.12 47.23 22.71 -
YUV 180.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 202 182 114 0 0.10 0.44 0.21 46.36 0.45 0.62
Hex CA B6 72 0 A 2C 15 2E 2D 3E
Octal 312 266 162 0 12 54 25 56 55 76
Binary 11001010 10110110 1110010 0 1010 101100 10101 101110 101101 111110

Color Harmonies of #CAB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB672

Black with #CAB672

Text Example


Text Example

White with #CAB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB672; }

 p { color: rgb(202,182,114); }

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

background-color css

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

 a { background-color: rgb(202,182,114); }

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

border-color css

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

 span { border-color: rgb(202,182,114); }

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