Html Css Color HEX #CCB078 Putty

📋 copy color: '#CCB078'

red 204 ◦ green 176 ◦ blue 120

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

Shades of Putty #CCB078

Tints of Putty #CCB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

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

R = 40.8%
G = 35.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB078 (or 0xCCB078) is known color: Putty. HEX triplet: CC, B0 and 78. RGB value is (204,176,120). Sum of RGB (Red+Green+Blue) = 204+176+120=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB078 is #334F87. Grayscale: #B2B2B2. Windows color (decimal): -3362696 or 7909580. OLE color: 7909580.

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

Color convert

RGB 204 176 120 -
CMYK 0 0.14 0.41 0.2
HSL 40º 0.45% 0.64% -
HSV(B) 40º 0.41% 0.8% -
XYZ 43.82 45.24 24.19 -
YUV 177.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 204 176 120 0 0.14 0.41 0.2 40 0.45 0.64
Hex CC B0 78 0 E 29 14 28 2D 40
Octal 314 260 170 0 16 51 24 50 55 100
Binary 11001100 10110000 1111000 0 1110 101001 10100 101000 101101 1000000

Color Harmonies of #CCB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB078

Black with #CCB078

Text Example


Text Example

White with #CCB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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