Html Css Color HEX #CCAF74 Putty

📋 copy color: '#CCAF74'

red 204 ◦ green 175 ◦ blue 116

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

Shades of Putty #CCAF74

Tints of Putty #CCAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 41.21%
G = 35.35%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCAF74 (or 0xCCAF74) is known color: Putty. HEX triplet: CC, AF and 74. RGB value is (204,175,116). Sum of RGB (Red+Green+Blue) = 204+175+116=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF74 is #33508B. Grayscale: #B1B1B1. Windows color (decimal): -3362956 or 7647180. OLE color: 7647180.

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

Color convert

RGB 204 175 116 -
CMYK 0 0.14 0.43 0.2
HSL 40.23º 0.46% 0.63% -
HSV(B) 40.23º 0.43% 0.8% -
XYZ 43.38 44.76 22.88 -
YUV 176.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 204 175 116 0 0.14 0.43 0.2 40.23 0.46 0.63
Hex CC AF 74 0 E 2B 14 28 2E 3F
Octal 314 257 164 0 16 53 24 50 56 77
Binary 11001100 10101111 1110100 0 1110 101011 10100 101000 101110 111111

Color Harmonies of #CCAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF74

Black with #CCAF74

Text Example


Text Example

White with #CCAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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