Html Css Color HEX #CB9379 Feldspar

📋 copy color: '#CB9379'

red 203 ◦ green 147 ◦ blue 121

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

Shades of Feldspar #CB9379

Tints of Feldspar #CB9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 43.1%
G = 31.21%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB9379 (or 0xCB9379) is known color: Feldspar. HEX triplet: CB, 93 and 79. RGB value is (203,147,121). Sum of RGB (Red+Green+Blue) = 203+147+121=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9379 is #346C86. Grayscale: #A0A0A0. Windows color (decimal): -3435655 or 7967691. OLE color: 7967691.

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

Color convert

RGB 203 147 121 -
CMYK 0 0.28 0.40 0.20
HSL 19.02º 0.44% 0.64% -
HSV(B) 19.02º 0.4% 0.8% -
XYZ 38.51 34.94 22.8 -
YUV 160.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 203 147 121 0 0.28 0.40 0.20 19.02 0.44 0.64
Hex CB 93 79 0 1C 28 14 13 2C 40
Octal 313 223 171 0 34 50 24 23 54 100
Binary 11001011 10010011 1111001 0 11100 101000 10100 10011 101100 1000000

Color Harmonies of #CB9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9379

Black with #CB9379

Text Example


Text Example

White with #CB9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9379; }

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

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

background-color css

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

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

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

border-color css

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

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

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