Html Css Color HEX #CBB376 Putty

📋 copy color: '#CBB376'

red 203 ◦ green 179 ◦ blue 118

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

Shades of Putty #CBB376

Tints of Putty #CBB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

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

R = 40.6%
G = 35.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB376 (or 0xCBB376) is known color: Putty. HEX triplet: CB, B3 and 76. RGB value is (203,179,118). Sum of RGB (Red+Green+Blue) = 203+179+118=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB376 is #344C89. Grayscale: #B3B3B3. Windows color (decimal): -3427466 or 7779275. OLE color: 7779275.

HSL color Cylindrical-coordinate representation of color #CBB376: hue angle of 43.06º 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 #CBB376 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 118 -
CMYK 0 0.12 0.42 0.20
HSL 43.06º 0.45% 0.63% -
HSV(B) 43.06º 0.42% 0.8% -
XYZ 44.02 46.24 23.75 -
YUV 179.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 203 179 118 0 0.12 0.42 0.20 43.06 0.45 0.63
Hex CB B3 76 0 C 2A 14 2B 2D 3F
Octal 313 263 166 0 14 52 24 53 55 77
Binary 11001011 10110011 1110110 0 1100 101010 10100 101011 101101 111111

Color Harmonies of #CBB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB376

Black with #CBB376

Text Example


Text Example

White with #CBB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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