Html Css Color HEX #CCB578 Putty

📋 copy color: '#CCB578'

red 204 ◦ green 181 ◦ blue 120

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

Shades of Putty #CCB578

Tints of Putty #CCB578

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 40.4%
G = 35.84%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB578 (or 0xCCB578) is known color: Putty. HEX triplet: CC, B5 and 78. RGB value is (204,181,120). Sum of RGB (Red+Green+Blue) = 204+181+120=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB578 is #334A87. Grayscale: #B5B5B5. Windows color (decimal): -3361416 or 7910860. OLE color: 7910860.

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

Color convert

RGB 204 181 120 -
CMYK 0 0.11 0.41 0.2
HSL 43.57º 0.45% 0.64% -
HSV(B) 43.57º 0.41% 0.8% -
XYZ 44.82 47.24 24.53 -
YUV 180.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 204 181 120 0 0.11 0.41 0.2 43.57 0.45 0.64
Hex CC B5 78 0 B 29 14 2C 2D 40
Octal 314 265 170 0 13 51 24 54 55 100
Binary 11001100 10110101 1111000 0 1011 101001 10100 101100 101101 1000000

Color Harmonies of #CCB578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB578

Black with #CCB578

Text Example


Text Example

White with #CCB578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB578; }

 p { color: rgb(204,181,120); }

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

background-color css

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

 a { background-color: rgb(204,181,120); }

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

border-color css

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

 span { border-color: rgb(204,181,120); }

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