Html Css Color HEX #CF957F Feldspar

📋 copy color: '#CF957F'

red 207 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #CF957F

Tints of Feldspar #CF957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 42.86%
G = 30.85%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF957F (or 0xCF957F) is known color: Feldspar. HEX triplet: CF, 95 and 7F. RGB value is (207,149,127). Sum of RGB (Red+Green+Blue) = 207+149+127=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF957F is #306A80. Grayscale: #A3A3A3. Windows color (decimal): -3172993 or 8361423. OLE color: 8361423.

HSL color Cylindrical-coordinate representation of color #CF957F: hue angle of 16.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF957F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 127 -
CMYK 0 0.28 0.39 0.19
HSL 16.5º 0.45% 0.65% -
HSV(B) 16.5º 0.39% 0.81% -
XYZ 40.31 36.29 24.96 -
YUV 163.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 207 149 127 0 0.28 0.39 0.19 16.5 0.45 0.65
Hex CF 95 7F 0 1C 27 13 10 2D 41
Octal 317 225 177 0 34 47 23 20 55 101
Binary 11001111 10010101 1111111 0 11100 100111 10011 10000 101101 1000001

Color Harmonies of #CF957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF957F

Black with #CF957F

Text Example


Text Example

White with #CF957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF957F; }

 p { color: rgb(207,149,127); }

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

background-color css

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

 a { background-color: rgb(207,149,127); }

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

border-color css

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

 span { border-color: rgb(207,149,127); }

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