Html Css Color HEX #CCAC6D Putty

📋 copy color: '#CCAC6D'

red 204 ◦ green 172 ◦ blue 109

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

Shades of Putty #CCAC6D

Tints of Putty #CCAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 42.06%
G = 35.46%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCAC6D (or 0xCCAC6D) is known color: Putty. HEX triplet: CC, AC and 6D. RGB value is (204,172,109). Sum of RGB (Red+Green+Blue) = 204+172+109=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6D is #335392. Grayscale: #AEAEAE. Windows color (decimal): -3363731 or 7187660. OLE color: 7187660.

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

Color convert

RGB 204 172 109 -
CMYK 0 0.16 0.47 0.2
HSL 39.79º 0.48% 0.61% -
HSV(B) 39.79º 0.47% 0.8% -
XYZ 42.41 43.45 20.62 -
YUV 174.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 204 172 109 0 0.16 0.47 0.2 39.79 0.48 0.61
Hex CC AC 6D 0 10 2F 14 28 30 3D
Octal 314 254 155 0 20 57 24 50 60 75
Binary 11001100 10101100 1101101 0 10000 101111 10100 101000 110000 111101

Color Harmonies of #CCAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC6D

Black with #CCAC6D

Text Example


Text Example

White with #CCAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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