Html Css Color HEX #CCAD6C Putty

📋 copy color: '#CCAD6C'

red 204 ◦ green 173 ◦ blue 108

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

Shades of Putty #CCAD6C

Tints of Putty #CCAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 42.06%
G = 35.67%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCAD6C (or 0xCCAD6C) is known color: Putty. HEX triplet: CC, AD and 6C. RGB value is (204,173,108). Sum of RGB (Red+Green+Blue) = 204+173+108=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD6C is #335293. Grayscale: #AFAFAF. Windows color (decimal): -3363476 or 7122380. OLE color: 7122380.

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

Color convert

RGB 204 173 108 -
CMYK 0 0.15 0.47 0.2
HSL 40.63º 0.48% 0.61% -
HSV(B) 40.63º 0.47% 0.8% -
XYZ 42.55 43.81 20.4 -
YUV 174.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 204 173 108 0 0.15 0.47 0.2 40.63 0.48 0.61
Hex CC AD 6C 0 F 2F 14 29 30 3D
Octal 314 255 154 0 17 57 24 51 60 75
Binary 11001100 10101101 1101100 0 1111 101111 10100 101001 110000 111101

Color Harmonies of #CCAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD6C

Black with #CCAD6C

Text Example


Text Example

White with #CCAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD6C; }

 p { color: rgb(204,173,108); }

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

background-color css

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

 a { background-color: rgb(204,173,108); }

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

border-color css

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

 span { border-color: rgb(204,173,108); }

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