Html Css Color HEX #CBB077 Putty

📋 copy color: '#CBB077'

red 203 ◦ green 176 ◦ blue 119

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

Shades of Putty #CBB077

Tints of Putty #CBB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.9%

R = 40.76%
G = 35.34%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBB077 (or 0xCBB077) is known color: Putty. HEX triplet: CB, B0 and 77. RGB value is (203,176,119). Sum of RGB (Red+Green+Blue) = 203+176+119=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB077 is #344F88. Grayscale: #B1B1B1. Windows color (decimal): -3428233 or 7844043. OLE color: 7844043.

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

Color convert

RGB 203 176 119 -
CMYK 0 0.13 0.41 0.20
HSL 40.71º 0.45% 0.63% -
HSV(B) 40.71º 0.41% 0.8% -
XYZ 43.48 45.08 23.86 -
YUV 177.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 203 176 119 0 0.13 0.41 0.20 40.71 0.45 0.63
Hex CB B0 77 0 D 29 14 29 2D 3F
Octal 313 260 167 0 15 51 24 51 55 77
Binary 11001011 10110000 1110111 0 1101 101001 10100 101001 101101 111111

Color Harmonies of #CBB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB077

Black with #CBB077

Text Example


Text Example

White with #CBB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB077; }

 p { color: rgb(203,176,119); }

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

background-color css

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

 a { background-color: rgb(203,176,119); }

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

border-color css

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

 span { border-color: rgb(203,176,119); }

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