Html Css Color HEX #CCAF73 Putty

📋 copy color: '#CCAF73'

red 204 ◦ green 175 ◦ blue 115

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

Shades of Putty #CCAF73

Tints of Putty #CCAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 41.3%
G = 35.43%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCAF73 (or 0xCCAF73) is known color: Putty. HEX triplet: CC, AF and 73. RGB value is (204,175,115). Sum of RGB (Red+Green+Blue) = 204+175+115=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF73 is #33508C. Grayscale: #B1B1B1. Windows color (decimal): -3362957 or 7581644. OLE color: 7581644.

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

Color convert

RGB 204 175 115 -
CMYK 0 0.14 0.44 0.2
HSL 40.45º 0.47% 0.63% -
HSV(B) 40.45º 0.44% 0.8% -
XYZ 43.33 44.74 22.57 -
YUV 176.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 204 175 115 0 0.14 0.44 0.2 40.45 0.47 0.63
Hex CC AF 73 0 E 2C 14 28 2F 3F
Octal 314 257 163 0 16 54 24 50 57 77
Binary 11001100 10101111 1110011 0 1110 101100 10100 101000 101111 111111

Color Harmonies of #CCAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF73

Black with #CCAF73

Text Example


Text Example

White with #CCAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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