Html Css Color HEX #CCB276 Putty

📋 copy color: '#CCB276'

red 204 ◦ green 178 ◦ blue 118

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

Shades of Putty #CCB276

Tints of Putty #CCB276

RGB

 RED value IS 204 (80.08% from 255) = 40.8%

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

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

R = 40.8%
G = 35.6%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB276 (or 0xCCB276) is known color: Putty. HEX triplet: CC, B2 and 76. RGB value is (204,178,118). Sum of RGB (Red+Green+Blue) = 204+178+118=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB276 is #334D89. Grayscale: #B3B3B3. Windows color (decimal): -3362186 or 7779020. OLE color: 7779020.

HSL color Cylindrical-coordinate representation of color #CCB276: hue angle of 41.86º degrees, saturation: 0.46, 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 #CCB276 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 118 -
CMYK 0 0.13 0.42 0.2
HSL 41.86º 0.46% 0.63% -
HSV(B) 41.86º 0.42% 0.8% -
XYZ 44.09 45.99 23.69 -
YUV 178.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 204 178 118 0 0.13 0.42 0.2 41.86 0.46 0.63
Hex CC B2 76 0 D 2A 14 2A 2E 3F
Octal 314 262 166 0 15 52 24 52 56 77
Binary 11001100 10110010 1110110 0 1101 101010 10100 101010 101110 111111

Color Harmonies of #CCB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB276

Black with #CCB276

Text Example


Text Example

White with #CCB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB276; }

 p { color: rgb(204,178,118); }

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

background-color css

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

 a { background-color: rgb(204,178,118); }

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

border-color css

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

 span { border-color: rgb(204,178,118); }

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