Html Css Color HEX #CCAC6B Putty

📋 copy color: '#CCAC6B'

red 204 ◦ green 172 ◦ blue 107

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

Shades of Putty #CCAC6B

Tints of Putty #CCAC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.15%

R = 42.24%
G = 35.61%
B = 22.15%

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

#CCAC6B (or 0xCCAC6B) is known color: Putty. HEX triplet: CC, AC and 6B. RGB value is (204,172,107). Sum of RGB (Red+Green+Blue) = 204+172+107=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC6B is #335394. Grayscale: #AEAEAE. Windows color (decimal): -3363733 or 7056588. OLE color: 7056588.

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

Color convert

RGB 204 172 107 -
CMYK 0 0.16 0.48 0.2
HSL 40.21º 0.49% 0.61% -
HSV(B) 40.21º 0.48% 0.8% -
XYZ 42.31 43.4 20.06 -
YUV 174.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 204 172 107 0 0.16 0.48 0.2 40.21 0.49 0.61
Hex CC AC 6B 0 10 30 14 28 31 3D
Octal 314 254 153 0 20 60 24 50 61 75
Binary 11001100 10101100 1101011 0 10000 110000 10100 101000 110001 111101

Color Harmonies of #CCAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC6B

Black with #CCAC6B

Text Example


Text Example

White with #CCAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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