Html Css Color HEX #CCB56E Putty

📋 copy color: '#CCB56E'

red 204 ◦ green 181 ◦ blue 110

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

Shades of Putty #CCB56E

Tints of Putty #CCB56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 41.21%
G = 36.57%
B = 22.22%

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

#CCB56E (or 0xCCB56E) is known color: Putty. HEX triplet: CC, B5 and 6E. RGB value is (204,181,110). Sum of RGB (Red+Green+Blue) = 204+181+110=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB56E is #334A91. Grayscale: #B4B4B4. Windows color (decimal): -3361426 or 7255500. OLE color: 7255500.

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

Color convert

RGB 204 181 110 -
CMYK 0 0.11 0.46 0.2
HSL 45.32º 0.48% 0.62% -
HSV(B) 45.32º 0.46% 0.8% -
XYZ 44.24 47.01 21.49 -
YUV 179.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 204 181 110 0 0.11 0.46 0.2 45.32 0.48 0.62
Hex CC B5 6E 0 B 2E 14 2D 30 3E
Octal 314 265 156 0 13 56 24 55 60 76
Binary 11001100 10110101 1101110 0 1011 101110 10100 101101 110000 111110

Color Harmonies of #CCB56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB56E

Black with #CCB56E

Text Example


Text Example

White with #CCB56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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