Html Css Color HEX #CFA574 Putty

📋 copy color: '#CFA574'

red 207 ◦ green 165 ◦ blue 116

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

Shades of Putty #CFA574

Tints of Putty #CFA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 42.42%
G = 33.81%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFA574 (or 0xCFA574) is known color: Putty. HEX triplet: CF, A5 and 74. RGB value is (207,165,116). Sum of RGB (Red+Green+Blue) = 207+165+116=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA574 is #305A8B. Grayscale: #ACACAC. Windows color (decimal): -3168908 or 7644623. OLE color: 7644623.

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

Color convert

RGB 207 165 116 -
CMYK 0 0.20 0.44 0.19
HSL 32.31º 0.49% 0.63% -
HSV(B) 32.31º 0.44% 0.81% -
XYZ 42.34 41.44 22.29 -
YUV 171.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 207 165 116 0 0.20 0.44 0.19 32.31 0.49 0.63
Hex CF A5 74 0 14 2C 13 20 31 3F
Octal 317 245 164 0 24 54 23 40 61 77
Binary 11001111 10100101 1110100 0 10100 101100 10011 100000 110001 111111

Color Harmonies of #CFA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA574

Black with #CFA574

Text Example


Text Example

White with #CFA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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