Html Css Color HEX #CFA674 Putty

📋 copy color: '#CFA674'

red 207 ◦ green 166 ◦ blue 116

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

Shades of Putty #CFA674

Tints of Putty #CFA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

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

R = 42.33%
G = 33.95%
B = 23.72%

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

#CFA674 (or 0xCFA674) is known color: Putty. HEX triplet: CF, A6 and 74. RGB value is (207,166,116). Sum of RGB (Red+Green+Blue) = 207+166+116=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA674 is #30598B. Grayscale: #ACACAC. Windows color (decimal): -3168652 or 7644879. OLE color: 7644879.

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

Color convert

RGB 207 166 116 -
CMYK 0 0.20 0.44 0.19
HSL 32.97º 0.49% 0.63% -
HSV(B) 32.97º 0.44% 0.81% -
XYZ 42.52 41.8 22.35 -
YUV 172.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 207 166 116 0 0.20 0.44 0.19 32.97 0.49 0.63
Hex CF A6 74 0 14 2C 13 21 31 3F
Octal 317 246 164 0 24 54 23 41 61 77
Binary 11001111 10100110 1110100 0 10100 101100 10011 100001 110001 111111

Color Harmonies of #CFA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA674

Black with #CFA674

Text Example


Text Example

White with #CFA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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