Html Css Color HEX #CFAC74 Putty

📋 copy color: '#CFAC74'

red 207 ◦ green 172 ◦ blue 116

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

Shades of Putty #CFAC74

Tints of Putty #CFAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 41.82%
G = 34.75%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAC74 (or 0xCFAC74) is known color: Putty. HEX triplet: CF, AC and 74. RGB value is (207,172,116). Sum of RGB (Red+Green+Blue) = 207+172+116=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC74 is #30538B. Grayscale: #B0B0B0. Windows color (decimal): -3167116 or 7646415. OLE color: 7646415.

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

Color convert

RGB 207 172 116 -
CMYK 0 0.17 0.44 0.19
HSL 36.92º 0.49% 0.63% -
HSV(B) 36.92º 0.44% 0.81% -
XYZ 43.64 44.03 22.72 -
YUV 176.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 207 172 116 0 0.17 0.44 0.19 36.92 0.49 0.63
Hex CF AC 74 0 11 2C 13 25 31 3F
Octal 317 254 164 0 21 54 23 45 61 77
Binary 11001111 10101100 1110100 0 10001 101100 10011 100101 110001 111111

Color Harmonies of #CFAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC74

Black with #CFAC74

Text Example


Text Example

White with #CFAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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