Html Css Color HEX #CCAD73 Putty

📋 copy color: '#CCAD73'

red 204 ◦ green 173 ◦ blue 115

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

Shades of Putty #CCAD73

Tints of Putty #CCAD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 41.46%
G = 35.16%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCAD73 (or 0xCCAD73) is known color: Putty. HEX triplet: CC, AD and 73. RGB value is (204,173,115). Sum of RGB (Red+Green+Blue) = 204+173+115=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD73 is #33528C. Grayscale: #AFAFAF. Windows color (decimal): -3363469 or 7581132. OLE color: 7581132.

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

Color convert

RGB 204 173 115 -
CMYK 0 0.15 0.44 0.2
HSL 39.1º 0.47% 0.63% -
HSV(B) 39.1º 0.44% 0.8% -
XYZ 42.94 43.96 22.44 -
YUV 175.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 204 173 115 0 0.15 0.44 0.2 39.1 0.47 0.63
Hex CC AD 73 0 F 2C 14 27 2F 3F
Octal 314 255 163 0 17 54 24 47 57 77
Binary 11001100 10101101 1110011 0 1111 101100 10100 100111 101111 111111

Color Harmonies of #CCAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD73

Black with #CCAD73

Text Example


Text Example

White with #CCAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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