Html Css Color HEX #CFB974 Putty

📋 copy color: '#CFB974'

red 207 ◦ green 185 ◦ blue 116

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

Shades of Putty #CFB974

Tints of Putty #CFB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

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

R = 40.75%
G = 36.42%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB974 (or 0xCFB974) is known color: Putty. HEX triplet: CF, B9 and 74. RGB value is (207,185,116). Sum of RGB (Red+Green+Blue) = 207+185+116=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB974 is #30468B. Grayscale: #B8B8B8. Windows color (decimal): -3163788 or 7649743. OLE color: 7649743.

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

Color convert

RGB 207 185 116 -
CMYK 0 0.11 0.44 0.19
HSL 45.49º 0.49% 0.63% -
HSV(B) 45.49º 0.44% 0.81% -
XYZ 46.23 49.22 23.59 -
YUV 183.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 207 185 116 0 0.11 0.44 0.19 45.49 0.49 0.63
Hex CF B9 74 0 B 2C 13 2D 31 3F
Octal 317 271 164 0 13 54 23 55 61 77
Binary 11001111 10111001 1110100 0 1011 101100 10011 101101 110001 111111

Color Harmonies of #CFB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB974

Black with #CFB974

Text Example


Text Example

White with #CFB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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