Html Css Color HEX #CCB476 Putty

📋 copy color: '#CCB476'

red 204 ◦ green 180 ◦ blue 118

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

Shades of Putty #CCB476

Tints of Putty #CCB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

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

R = 40.64%
G = 35.86%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB476 (or 0xCCB476) is known color: Putty. HEX triplet: CC, B4 and 76. RGB value is (204,180,118). Sum of RGB (Red+Green+Blue) = 204+180+118=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB476 is #334B89. Grayscale: #B4B4B4. Windows color (decimal): -3361674 or 7779532. OLE color: 7779532.

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

Color convert

RGB 204 180 118 -
CMYK 0 0.12 0.42 0.2
HSL 43.26º 0.46% 0.63% -
HSV(B) 43.26º 0.42% 0.8% -
XYZ 44.49 46.79 23.83 -
YUV 180.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 204 180 118 0 0.12 0.42 0.2 43.26 0.46 0.63
Hex CC B4 76 0 C 2A 14 2B 2E 3F
Octal 314 264 166 0 14 52 24 53 56 77
Binary 11001100 10110100 1110110 0 1100 101010 10100 101011 101110 111111

Color Harmonies of #CCB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB476

Black with #CCB476

Text Example


Text Example

White with #CCB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB476; }

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

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

background-color css

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

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

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

border-color css

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

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

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