Html Css Color HEX #CFA774 Putty

📋 copy color: '#CFA774'

red 207 ◦ green 167 ◦ blue 116

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

Shades of Putty #CFA774

Tints of Putty #CFA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

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

R = 42.24%
G = 34.08%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA774 (or 0xCFA774) is known color: Putty. HEX triplet: CF, A7 and 74. RGB value is (207,167,116). Sum of RGB (Red+Green+Blue) = 207+167+116=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA774 is #30588B. Grayscale: #ADADAD. Windows color (decimal): -3168396 or 7645135. OLE color: 7645135.

HSL color Cylindrical-coordinate representation of color #CFA774: hue angle of 33.63º 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 #CFA774 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 116 -
CMYK 0 0.19 0.44 0.19
HSL 33.63º 0.49% 0.63% -
HSV(B) 33.63º 0.44% 0.81% -
XYZ 42.7 42.16 22.41 -
YUV 173.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 207 167 116 0 0.19 0.44 0.19 33.63 0.49 0.63
Hex CF A7 74 0 13 2C 13 22 31 3F
Octal 317 247 164 0 23 54 23 42 61 77
Binary 11001111 10100111 1110100 0 10011 101100 10011 100010 110001 111111

Color Harmonies of #CFA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA774

Black with #CFA774

Text Example


Text Example

White with #CFA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA774; }

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

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

background-color css

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

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

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

border-color css

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

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

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