Html Css Color HEX #CCB079 Putty

📋 copy color: '#CCB079'

red 204 ◦ green 176 ◦ blue 121

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

Shades of Putty #CCB079

Tints of Putty #CCB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 40.72%
G = 35.13%
B = 24.15%

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

#CCB079 (or 0xCCB079) is known color: Putty. HEX triplet: CC, B0 and 79. RGB value is (204,176,121). Sum of RGB (Red+Green+Blue) = 204+176+121=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB079 is #334F86. Grayscale: #B2B2B2. Windows color (decimal): -3362695 or 7975116. OLE color: 7975116.

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

Color convert

RGB 204 176 121 -
CMYK 0 0.14 0.41 0.2
HSL 39.76º 0.45% 0.64% -
HSV(B) 39.76º 0.41% 0.8% -
XYZ 43.88 45.27 24.51 -
YUV 178.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 204 176 121 0 0.14 0.41 0.2 39.76 0.45 0.64
Hex CC B0 79 0 E 29 14 28 2D 40
Octal 314 260 171 0 16 51 24 50 55 100
Binary 11001100 10110000 1111001 0 1110 101001 10100 101000 101101 1000000

Color Harmonies of #CCB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB079

Black with #CCB079

Text Example


Text Example

White with #CCB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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