Html Css Color HEX #CFAE6D Putty

📋 copy color: '#CFAE6D'

red 207 ◦ green 174 ◦ blue 109

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

Shades of Putty #CFAE6D

Tints of Putty #CFAE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.51%

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 42.24%
G = 35.51%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFAE6D (or 0xCFAE6D) is known color: Putty. HEX triplet: CF, AE and 6D. RGB value is (207,174,109). Sum of RGB (Red+Green+Blue) = 207+174+109=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE6D is #305192. Grayscale: #B0B0B0. Windows color (decimal): -3166611 or 7188175. OLE color: 7188175.

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

Color convert

RGB 207 174 109 -
CMYK 0 0.16 0.47 0.19
HSL 39.8º 0.51% 0.62% -
HSV(B) 39.8º 0.47% 0.81% -
XYZ 43.63 44.64 20.79 -
YUV 176.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 207 174 109 0 0.16 0.47 0.19 39.8 0.51 0.62
Hex CF AE 6D 0 10 2F 13 28 33 3E
Octal 317 256 155 0 20 57 23 50 63 76
Binary 11001111 10101110 1101101 0 10000 101111 10011 101000 110011 111110

Color Harmonies of #CFAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE6D

Black with #CFAE6D

Text Example


Text Example

White with #CFAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE6D; }

 p { color: rgb(207,174,109); }

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

background-color css

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

 a { background-color: rgb(207,174,109); }

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

border-color css

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

 span { border-color: rgb(207,174,109); }

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