Html Css Color HEX #CB9980 Feldspar

📋 copy color: '#CB9980'

red 203 ◦ green 153 ◦ blue 128

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

Shades of Feldspar #CB9980

Tints of Feldspar #CB9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

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

R = 41.94%
G = 31.61%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB9980 (or 0xCB9980) is known color: Feldspar. HEX triplet: CB, 99 and 80. RGB value is (203,153,128). Sum of RGB (Red+Green+Blue) = 203+153+128=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9980 is #34667F. Grayscale: #A5A5A5. Windows color (decimal): -3434112 or 8427979. OLE color: 8427979.

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

Color convert

RGB 203 153 128 -
CMYK 0 0.25 0.37 0.20
HSL 20º 0.42% 0.65% -
HSV(B) 20º 0.37% 0.8% -
XYZ 39.92 37.04 25.47 -
YUV 165.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 203 153 128 0 0.25 0.37 0.20 20 0.42 0.65
Hex CB 99 80 0 19 25 14 14 2A 41
Octal 313 231 200 0 31 45 24 24 52 101
Binary 11001011 10011001 10000000 0 11001 100101 10100 10100 101010 1000001

Color Harmonies of #CB9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9980

Black with #CB9980

Text Example


Text Example

White with #CB9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9980; }

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

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

background-color css

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

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

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

border-color css

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

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

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