Html Css Color HEX #CB956F Feldspar

📋 copy color: '#CB956F'

red 203 ◦ green 149 ◦ blue 111

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

Shades of Feldspar #CB956F

Tints of Feldspar #CB956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 43.84%
G = 32.18%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB956F (or 0xCB956F) is known color: Feldspar. HEX triplet: CB, 95 and 6F. RGB value is (203,149,111). Sum of RGB (Red+Green+Blue) = 203+149+111=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB956F is #346A90. Grayscale: #A1A1A1. Windows color (decimal): -3435153 or 7312843. OLE color: 7312843.

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

Color convert

RGB 203 149 111 -
CMYK 0 0.27 0.45 0.20
HSL 24.78º 0.47% 0.62% -
HSV(B) 24.78º 0.45% 0.8% -
XYZ 38.25 35.34 19.84 -
YUV 160.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 203 149 111 0 0.27 0.45 0.20 24.78 0.47 0.62
Hex CB 95 6F 0 1B 2D 14 19 2F 3E
Octal 313 225 157 0 33 55 24 31 57 76
Binary 11001011 10010101 1101111 0 11011 101101 10100 11001 101111 111110

Color Harmonies of #CB956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB956F

Black with #CB956F

Text Example


Text Example

White with #CB956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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