Html Css Color HEX #CFAA6C Putty

📋 copy color: '#CFAA6C'

red 207 ◦ green 170 ◦ blue 108

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

Shades of Putty #CFAA6C

Tints of Putty #CFAA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 42.68%
G = 35.05%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFAA6C (or 0xCFAA6C) is known color: Putty. HEX triplet: CF, AA and 6C. RGB value is (207,170,108). Sum of RGB (Red+Green+Blue) = 207+170+108=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA6C is #305593. Grayscale: #AEAEAE. Windows color (decimal): -3167636 or 7121615. OLE color: 7121615.

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

Color convert

RGB 207 170 108 -
CMYK 0 0.18 0.48 0.19
HSL 37.58º 0.51% 0.62% -
HSV(B) 37.58º 0.48% 0.81% -
XYZ 42.81 43.1 20.25 -
YUV 174 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 207 170 108 0 0.18 0.48 0.19 37.58 0.51 0.62
Hex CF AA 6C 0 12 30 13 26 33 3E
Octal 317 252 154 0 22 60 23 46 63 76
Binary 11001111 10101010 1101100 0 10010 110000 10011 100110 110011 111110

Color Harmonies of #CFAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA6C

Black with #CFAA6C

Text Example


Text Example

White with #CFAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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