Html Css Color HEX #CCAC6A Putty

📋 copy color: '#CCAC6A'

red 204 ◦ green 172 ◦ blue 106

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

Shades of Putty #CCAC6A

Tints of Putty #CCAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 42.32%
G = 35.68%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCAC6A (or 0xCCAC6A) is known color: Putty. HEX triplet: CC, AC and 6A. RGB value is (204,172,106). Sum of RGB (Red+Green+Blue) = 204+172+106=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6A is #335395. Grayscale: #AEAEAE. Windows color (decimal): -3363734 or 6991052. OLE color: 6991052.

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

Color convert

RGB 204 172 106 -
CMYK 0 0.16 0.48 0.2
HSL 40.41º 0.49% 0.61% -
HSV(B) 40.41º 0.48% 0.8% -
XYZ 42.26 43.38 19.78 -
YUV 174.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 204 172 106 0 0.16 0.48 0.2 40.41 0.49 0.61
Hex CC AC 6A 0 10 30 14 28 31 3D
Octal 314 254 152 0 20 60 24 50 61 75
Binary 11001100 10101100 1101010 0 10000 110000 10100 101000 110001 111101

Color Harmonies of #CCAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC6A

Black with #CCAC6A

Text Example


Text Example

White with #CCAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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