Html Css Color HEX #CBB277 Putty

📋 copy color: '#CBB277'

red 203 ◦ green 178 ◦ blue 119

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

Shades of Putty #CBB277

Tints of Putty #CBB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 40.6%
G = 35.6%
B = 23.8%

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

#CBB277 (or 0xCBB277) is known color: Putty. HEX triplet: CB, B2 and 77. RGB value is (203,178,119). Sum of RGB (Red+Green+Blue) = 203+178+119=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB277 is #344D88. Grayscale: #B3B3B3. Windows color (decimal): -3427721 or 7844555. OLE color: 7844555.

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

Color convert

RGB 203 178 119 -
CMYK 0 0.12 0.41 0.20
HSL 42.14º 0.45% 0.63% -
HSV(B) 42.14º 0.41% 0.8% -
XYZ 43.88 45.87 23.99 -
YUV 178.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 203 178 119 0 0.12 0.41 0.20 42.14 0.45 0.63
Hex CB B2 77 0 C 29 14 2A 2D 3F
Octal 313 262 167 0 14 51 24 52 55 77
Binary 11001011 10110010 1110111 0 1100 101001 10100 101010 101101 111111

Color Harmonies of #CBB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB277

Black with #CBB277

Text Example


Text Example

White with #CBB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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