Html Css Color HEX #CCA86D Putty

📋 copy color: '#CCA86D'

red 204 ◦ green 168 ◦ blue 109

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

Shades of Putty #CCA86D

Tints of Putty #CCA86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 42.41%
G = 34.93%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCA86D (or 0xCCA86D) is known color: Putty. HEX triplet: CC, A8 and 6D. RGB value is (204,168,109). Sum of RGB (Red+Green+Blue) = 204+168+109=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA86D is #335792. Grayscale: #ACACAC. Windows color (decimal): -3364755 or 7186636. OLE color: 7186636.

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

Color convert

RGB 204 168 109 -
CMYK 0 0.18 0.47 0.2
HSL 37.26º 0.48% 0.61% -
HSV(B) 37.26º 0.47% 0.8% -
XYZ 41.66 41.95 20.37 -
YUV 172.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 204 168 109 0 0.18 0.47 0.2 37.26 0.48 0.61
Hex CC A8 6D 0 12 2F 14 25 30 3D
Octal 314 250 155 0 22 57 24 45 60 75
Binary 11001100 10101000 1101101 0 10010 101111 10100 100101 110000 111101

Color Harmonies of #CCA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA86D

Black with #CCA86D

Text Example


Text Example

White with #CCA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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