Html Css Color HEX #CBB676 Putty

📋 copy color: '#CBB676'

red 203 ◦ green 182 ◦ blue 118

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

Shades of Putty #CBB676

Tints of Putty #CBB676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.46%

R = 40.36%
G = 36.18%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB676 (or 0xCBB676) is known color: Putty. HEX triplet: CB, B6 and 76. RGB value is (203,182,118). Sum of RGB (Red+Green+Blue) = 203+182+118=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB676 is #344989. Grayscale: #B5B5B5. Windows color (decimal): -3426698 or 7780043. OLE color: 7780043.

HSL color Cylindrical-coordinate representation of color #CBB676: hue angle of 45.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB676 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 118 -
CMYK 0 0.10 0.42 0.20
HSL 45.18º 0.45% 0.63% -
HSV(B) 45.18º 0.42% 0.8% -
XYZ 44.63 47.46 23.95 -
YUV 180.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 203 182 118 0 0.10 0.42 0.20 45.18 0.45 0.63
Hex CB B6 76 0 A 2A 14 2D 2D 3F
Octal 313 266 166 0 12 52 24 55 55 77
Binary 11001011 10110110 1110110 0 1010 101010 10100 101101 101101 111111

Color Harmonies of #CBB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB676

Black with #CBB676

Text Example


Text Example

White with #CBB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB676; }

 p { color: rgb(203,182,118); }

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

background-color css

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

 a { background-color: rgb(203,182,118); }

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

border-color css

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

 span { border-color: rgb(203,182,118); }

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