Html Css Color HEX #CCA86F Putty

📋 copy color: '#CCA86F'

red 204 ◦ green 168 ◦ blue 111

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

Shades of Putty #CCA86F

Tints of Putty #CCA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

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

R = 42.24%
G = 34.78%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCA86F (or 0xCCA86F) is known color: Putty. HEX triplet: CC, A8 and 6F. RGB value is (204,168,111). Sum of RGB (Red+Green+Blue) = 204+168+111=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86F is #335790. Grayscale: #ACACAC. Windows color (decimal): -3364753 or 7317708. OLE color: 7317708.

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

Color convert

RGB 204 168 111 -
CMYK 0 0.18 0.46 0.2
HSL 36.77º 0.48% 0.62% -
HSV(B) 36.77º 0.46% 0.8% -
XYZ 41.77 41.99 20.94 -
YUV 172.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 204 168 111 0 0.18 0.46 0.2 36.77 0.48 0.62
Hex CC A8 6F 0 12 2E 14 25 30 3E
Octal 314 250 157 0 22 56 24 45 60 76
Binary 11001100 10101000 1101111 0 10010 101110 10100 100101 110000 111110

Color Harmonies of #CCA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA86F

Black with #CCA86F

Text Example


Text Example

White with #CCA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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