Html Css Color HEX #CBB377 Putty

📋 copy color: '#CBB377'

red 203 ◦ green 179 ◦ blue 119

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

Shades of Putty #CBB377

Tints of Putty #CBB377

RGB

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

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

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

R = 40.52%
G = 35.73%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBB377 (or 0xCBB377) is known color: Putty. HEX triplet: CB, B3 and 77. RGB value is (203,179,119). Sum of RGB (Red+Green+Blue) = 203+179+119=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB377 is #344C88. Grayscale: #B3B3B3. Windows color (decimal): -3427465 or 7844811. OLE color: 7844811.

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

Color convert

RGB 203 179 119 -
CMYK 0 0.12 0.41 0.20
HSL 42.86º 0.45% 0.63% -
HSV(B) 42.86º 0.41% 0.8% -
XYZ 44.08 46.27 24.06 -
YUV 179.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 203 179 119 0 0.12 0.41 0.20 42.86 0.45 0.63
Hex CB B3 77 0 C 29 14 2B 2D 3F
Octal 313 263 167 0 14 51 24 53 55 77
Binary 11001011 10110011 1110111 0 1100 101001 10100 101011 101101 111111

Color Harmonies of #CBB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB377

Black with #CBB377

Text Example


Text Example

White with #CBB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB377; }

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

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

background-color css

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

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

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

border-color css

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

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

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