Html Css Color HEX #CFA874 Putty

📋 copy color: '#CFA874'

red 207 ◦ green 168 ◦ blue 116

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

Shades of Putty #CFA874

Tints of Putty #CFA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 42.16%
G = 34.22%
B = 23.63%

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

#CFA874 (or 0xCFA874) is known color: Putty. HEX triplet: CF, A8 and 74. RGB value is (207,168,116). Sum of RGB (Red+Green+Blue) = 207+168+116=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA874 is #30578B. Grayscale: #ADADAD. Windows color (decimal): -3168140 or 7645391. OLE color: 7645391.

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

Color convert

RGB 207 168 116 -
CMYK 0 0.19 0.44 0.19
HSL 34.29º 0.49% 0.63% -
HSV(B) 34.29º 0.44% 0.81% -
XYZ 42.89 42.53 22.47 -
YUV 173.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 207 168 116 0 0.19 0.44 0.19 34.29 0.49 0.63
Hex CF A8 74 0 13 2C 13 22 31 3F
Octal 317 250 164 0 23 54 23 42 61 77
Binary 11001111 10101000 1110100 0 10011 101100 10011 100010 110001 111111

Color Harmonies of #CFA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA874

Black with #CFA874

Text Example


Text Example

White with #CFA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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