Html Css Color HEX #CFAE74 Putty

📋 copy color: '#CFAE74'

red 207 ◦ green 174 ◦ blue 116

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

Shades of Putty #CFAE74

Tints of Putty #CFAE74

RGB

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

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

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

R = 41.65%
G = 35.01%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAE74 (or 0xCFAE74) is known color: Putty. HEX triplet: CF, AE and 74. RGB value is (207,174,116). Sum of RGB (Red+Green+Blue) = 207+174+116=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE74 is #30518B. Grayscale: #B1B1B1. Windows color (decimal): -3166604 or 7646927. OLE color: 7646927.

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

Color convert

RGB 207 174 116 -
CMYK 0 0.16 0.44 0.19
HSL 38.24º 0.49% 0.63% -
HSV(B) 38.24º 0.44% 0.81% -
XYZ 44.02 44.8 22.85 -
YUV 177.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 207 174 116 0 0.16 0.44 0.19 38.24 0.49 0.63
Hex CF AE 74 0 10 2C 13 26 31 3F
Octal 317 256 164 0 20 54 23 46 61 77
Binary 11001111 10101110 1110100 0 10000 101100 10011 100110 110001 111111

Color Harmonies of #CFAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE74

Black with #CFAE74

Text Example


Text Example

White with #CFAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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