Html Css Color HEX #CF957D Feldspar

📋 copy color: '#CF957D'

red 207 ◦ green 149 ◦ blue 125

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

Shades of Feldspar #CF957D

Tints of Feldspar #CF957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 43.04%
G = 30.98%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF957D (or 0xCF957D) is known color: Feldspar. HEX triplet: CF, 95 and 7D. RGB value is (207,149,125). Sum of RGB (Red+Green+Blue) = 207+149+125=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF957D is #306A82. Grayscale: #A3A3A3. Windows color (decimal): -3172995 or 8230351. OLE color: 8230351.

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

Color convert

RGB 207 149 125 -
CMYK 0 0.28 0.40 0.19
HSL 17.56º 0.46% 0.65% -
HSV(B) 17.56º 0.4% 0.81% -
XYZ 40.18 36.24 24.28 -
YUV 163.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 207 149 125 0 0.28 0.40 0.19 17.56 0.46 0.65
Hex CF 95 7D 0 1C 28 13 12 2E 41
Octal 317 225 175 0 34 50 23 22 56 101
Binary 11001111 10010101 1111101 0 11100 101000 10011 10010 101110 1000001

Color Harmonies of #CF957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF957D

Black with #CF957D

Text Example


Text Example

White with #CF957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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