Html Css Color HEX #CB9879 Feldspar

📋 copy color: '#CB9879'

red 203 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #CB9879

Tints of Feldspar #CB9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.93%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 42.65%
G = 31.93%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB9879 (or 0xCB9879) is known color: Feldspar. HEX triplet: CB, 98 and 79. RGB value is (203,152,121). Sum of RGB (Red+Green+Blue) = 203+152+121=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9879 is #346786. Grayscale: #A3A3A3. Windows color (decimal): -3434375 or 7968971. OLE color: 7968971.

HSL color Cylindrical-coordinate representation of color #CB9879: hue angle of 22.68º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9879 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 121 -
CMYK 0 0.25 0.40 0.20
HSL 22.68º 0.44% 0.64% -
HSV(B) 22.68º 0.4% 0.8% -
XYZ 39.31 36.53 23.07 -
YUV 163.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 203 152 121 0 0.25 0.40 0.20 22.68 0.44 0.64
Hex CB 98 79 0 19 28 14 17 2C 40
Octal 313 230 171 0 31 50 24 27 54 100
Binary 11001011 10011000 1111001 0 11001 101000 10100 10111 101100 1000000

Color Harmonies of #CB9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9879

Black with #CB9879

Text Example


Text Example

White with #CB9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9879; }

 p { color: rgb(203,152,121); }

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

background-color css

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

 a { background-color: rgb(203,152,121); }

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

border-color css

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

 span { border-color: rgb(203,152,121); }

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