Html Css Color HEX #CB957F Feldspar

📋 copy color: '#CB957F'

red 203 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #CB957F

Tints of Feldspar #CB957F

RGB

 RED value IS 203 (79.69% from 255) = 42.38%

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

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

R = 42.38%
G = 31.11%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB957F (or 0xCB957F) is known color: Feldspar. HEX triplet: CB, 95 and 7F. RGB value is (203,149,127). Sum of RGB (Red+Green+Blue) = 203+149+127=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB957F is #346A80. Grayscale: #A2A2A2. Windows color (decimal): -3435137 or 8361419. OLE color: 8361419.

HSL color Cylindrical-coordinate representation of color #CB957F: hue angle of 17.37º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB957F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 127 -
CMYK 0 0.27 0.37 0.20
HSL 17.37º 0.42% 0.65% -
HSV(B) 17.37º 0.37% 0.8% -
XYZ 39.21 35.72 24.91 -
YUV 162.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 203 149 127 0 0.27 0.37 0.20 17.37 0.42 0.65
Hex CB 95 7F 0 1B 25 14 11 2A 41
Octal 313 225 177 0 33 45 24 21 52 101
Binary 11001011 10010101 1111111 0 11011 100101 10100 10001 101010 1000001

Color Harmonies of #CB957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB957F

Black with #CB957F

Text Example


Text Example

White with #CB957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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