Html Css Color HEX #CCB56F Putty

📋 copy color: '#CCB56F'

red 204 ◦ green 181 ◦ blue 111

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

Shades of Putty #CCB56F

Tints of Putty #CCB56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 41.13%
G = 36.49%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB56F (or 0xCCB56F) is known color: Putty. HEX triplet: CC, B5 and 6F. RGB value is (204,181,111). Sum of RGB (Red+Green+Blue) = 204+181+111=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB56F is #334A90. Grayscale: #B4B4B4. Windows color (decimal): -3361425 or 7321036. OLE color: 7321036.

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

Color convert

RGB 204 181 111 -
CMYK 0 0.11 0.46 0.2
HSL 45.16º 0.48% 0.62% -
HSV(B) 45.16º 0.46% 0.8% -
XYZ 44.29 47.03 21.78 -
YUV 179.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 204 181 111 0 0.11 0.46 0.2 45.16 0.48 0.62
Hex CC B5 6F 0 B 2E 14 2D 30 3E
Octal 314 265 157 0 13 56 24 55 60 76
Binary 11001100 10110101 1101111 0 1011 101110 10100 101101 110000 111110

Color Harmonies of #CCB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB56F

Black with #CCB56F

Text Example


Text Example

White with #CCB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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