Html Css Color HEX #CB9580 Feldspar

📋 copy color: '#CB9580'

red 203 ◦ green 149 ◦ blue 128

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

Shades of Feldspar #CB9580

Tints of Feldspar #CB9580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 42.29%
G = 31.04%
B = 26.67%

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

#CB9580 (or 0xCB9580) is known color: Feldspar. HEX triplet: CB, 95 and 80. RGB value is (203,149,128). Sum of RGB (Red+Green+Blue) = 203+149+128=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9580 is #346A7F. Grayscale: #A2A2A2. Windows color (decimal): -3435136 or 8426955. OLE color: 8426955.

HSL color Cylindrical-coordinate representation of color #CB9580: hue angle of 16.8º 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 #CB9580 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 128 -
CMYK 0 0.27 0.37 0.20
HSL 16.8º 0.42% 0.65% -
HSV(B) 16.8º 0.37% 0.8% -
XYZ 39.27 35.75 25.25 -
YUV 162.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 203 149 128 0 0.27 0.37 0.20 16.8 0.42 0.65
Hex CB 95 80 0 1B 25 14 11 2A 41
Octal 313 225 200 0 33 45 24 21 52 101
Binary 11001011 10010101 10000000 0 11011 100101 10100 10001 101010 1000001

Color Harmonies of #CB9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9580

Black with #CB9580

Text Example


Text Example

White with #CB9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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