Html Css Color HEX #CFB174 Putty

📋 copy color: '#CFB174'

red 207 ◦ green 177 ◦ blue 116

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

Shades of Putty #CFB174

Tints of Putty #CFB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 41.4%
G = 35.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB174 (or 0xCFB174) is known color: Putty. HEX triplet: CF, B1 and 74. RGB value is (207,177,116). Sum of RGB (Red+Green+Blue) = 207+177+116=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB174 is #304E8B. Grayscale: #B3B3B3. Windows color (decimal): -3165836 or 7647695. OLE color: 7647695.

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

Color convert

RGB 207 177 116 -
CMYK 0 0.14 0.44 0.19
HSL 40.22º 0.49% 0.63% -
HSV(B) 40.22º 0.44% 0.81% -
XYZ 44.61 45.97 23.05 -
YUV 179.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 207 177 116 0 0.14 0.44 0.19 40.22 0.49 0.63
Hex CF B1 74 0 E 2C 13 28 31 3F
Octal 317 261 164 0 16 54 23 50 61 77
Binary 11001111 10110001 1110100 0 1110 101100 10011 101000 110001 111111

Color Harmonies of #CFB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB174

Black with #CFB174

Text Example


Text Example

White with #CFB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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