Html Css Color HEX #CCB178 Putty

📋 copy color: '#CCB178'

red 204 ◦ green 177 ◦ blue 120

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

Shades of Putty #CCB178

Tints of Putty #CCB178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

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

R = 40.72%
G = 35.33%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB178 (or 0xCCB178) is known color: Putty. HEX triplet: CC, B1 and 78. RGB value is (204,177,120). Sum of RGB (Red+Green+Blue) = 204+177+120=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB178 is #334E87. Grayscale: #B2B2B2. Windows color (decimal): -3362440 or 7909836. OLE color: 7909836.

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

Color convert

RGB 204 177 120 -
CMYK 0 0.13 0.41 0.2
HSL 40.71º 0.45% 0.64% -
HSV(B) 40.71º 0.41% 0.8% -
XYZ 44.01 45.64 24.26 -
YUV 178.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 204 177 120 0 0.13 0.41 0.2 40.71 0.45 0.64
Hex CC B1 78 0 D 29 14 29 2D 40
Octal 314 261 170 0 15 51 24 51 55 100
Binary 11001100 10110001 1111000 0 1101 101001 10100 101001 101101 1000000

Color Harmonies of #CCB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB178

Black with #CCB178

Text Example


Text Example

White with #CCB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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