Html Css Color HEX #CFAA75 Putty

📋 copy color: '#CFAA75'

red 207 ◦ green 170 ◦ blue 117

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

Shades of Putty #CFAA75

Tints of Putty #CFAA75

RGB

 RED value IS 207 (81.25% from 255) = 41.9%

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 41.9%
G = 34.41%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFAA75 (or 0xCFAA75) is known color: Putty. HEX triplet: CF, AA and 75. RGB value is (207,170,117). Sum of RGB (Red+Green+Blue) = 207+170+117=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA75 is #30558A. Grayscale: #AFAFAF. Windows color (decimal): -3167627 or 7711439. OLE color: 7711439.

HSL color Cylindrical-coordinate representation of color #CFAA75: hue angle of 35.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFAA75 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 117 -
CMYK 0 0.18 0.43 0.19
HSL 35.33º 0.48% 0.64% -
HSV(B) 35.33º 0.43% 0.81% -
XYZ 43.32 43.3 22.9 -
YUV 175.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 207 170 117 0 0.18 0.43 0.19 35.33 0.48 0.64
Hex CF AA 75 0 12 2B 13 23 30 40
Octal 317 252 165 0 22 53 23 43 60 100
Binary 11001111 10101010 1110101 0 10010 101011 10011 100011 110000 1000000

Color Harmonies of #CFAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA75

Black with #CFAA75

Text Example


Text Example

White with #CFAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA75; }

 p { color: rgb(207,170,117); }

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

background-color css

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

 a { background-color: rgb(207,170,117); }

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

border-color css

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

 span { border-color: rgb(207,170,117); }

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