Html Css Color HEX #CCAF70 Putty

📋 copy color: '#CCAF70'

red 204 ◦ green 175 ◦ blue 112

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

Shades of Putty #CCAF70

Tints of Putty #CCAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 41.55%
G = 35.64%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCAF70 (or 0xCCAF70) is known color: Putty. HEX triplet: CC, AF and 70. RGB value is (204,175,112). Sum of RGB (Red+Green+Blue) = 204+175+112=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF70 is #33508F. Grayscale: #B0B0B0. Windows color (decimal): -3362960 or 7385036. OLE color: 7385036.

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

Color convert

RGB 204 175 112 -
CMYK 0 0.14 0.45 0.2
HSL 41.09º 0.47% 0.62% -
HSV(B) 41.09º 0.45% 0.8% -
XYZ 43.16 44.67 21.68 -
YUV 176.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 204 175 112 0 0.14 0.45 0.2 41.09 0.47 0.62
Hex CC AF 70 0 E 2D 14 29 2F 3E
Octal 314 257 160 0 16 55 24 51 57 76
Binary 11001100 10101111 1110000 0 1110 101101 10100 101001 101111 111110

Color Harmonies of #CCAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF70

Black with #CCAF70

Text Example


Text Example

White with #CCAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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