Html Css Color HEX #CBB972 Putty

📋 copy color: '#CBB972'

red 203 ◦ green 185 ◦ blue 114

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

Shades of Putty #CBB972

Tints of Putty #CBB972

RGB

 RED value IS 203 (79.69% from 255) = 40.44%

 GREEN value IS 185 (72.66% from 255) = 36.85%

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

R = 40.44%
G = 36.85%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB972 (or 0xCBB972) is known color: Putty. HEX triplet: CB, B9 and 72. RGB value is (203,185,114). Sum of RGB (Red+Green+Blue) = 203+185+114=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB972 is #34468D. Grayscale: #B6B6B6. Windows color (decimal): -3425934 or 7518667. OLE color: 7518667.

HSL color Cylindrical-coordinate representation of color #CBB972: hue angle of 47.87º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBB972 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 114 -
CMYK 0 0.09 0.44 0.20
HSL 47.87º 0.46% 0.62% -
HSV(B) 47.87º 0.44% 0.8% -
XYZ 45.01 48.61 22.93 -
YUV 182.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 203 185 114 0 0.09 0.44 0.20 47.87 0.46 0.62
Hex CB B9 72 0 9 2C 14 30 2E 3E
Octal 313 271 162 0 11 54 24 60 56 76
Binary 11001011 10111001 1110010 0 1001 101100 10100 110000 101110 111110

Color Harmonies of #CBB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB972

Black with #CBB972

Text Example


Text Example

White with #CBB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB972; }

 p { color: rgb(203,185,114); }

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

background-color css

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

 a { background-color: rgb(203,185,114); }

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

border-color css

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

 span { border-color: rgb(203,185,114); }

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