Html Css Color HEX #CFB774 Putty

📋 copy color: '#CFB774'

red 207 ◦ green 183 ◦ blue 116

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

Shades of Putty #CFB774

Tints of Putty #CFB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 40.91%
G = 36.17%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB774 (or 0xCFB774) is known color: Putty. HEX triplet: CF, B7 and 74. RGB value is (207,183,116). Sum of RGB (Red+Green+Blue) = 207+183+116=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB774 is #30488B. Grayscale: #B6B6B6. Windows color (decimal): -3164300 or 7649231. OLE color: 7649231.

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

Color convert

RGB 207 183 116 -
CMYK 0 0.12 0.44 0.19
HSL 44.18º 0.49% 0.63% -
HSV(B) 44.18º 0.44% 0.81% -
XYZ 45.82 48.39 23.45 -
YUV 182.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 207 183 116 0 0.12 0.44 0.19 44.18 0.49 0.63
Hex CF B7 74 0 C 2C 13 2C 31 3F
Octal 317 267 164 0 14 54 23 54 61 77
Binary 11001111 10110111 1110100 0 1100 101100 10011 101100 110001 111111

Color Harmonies of #CFB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB774

Black with #CFB774

Text Example


Text Example

White with #CFB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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