Html Css Color HEX #CB9279 Feldspar

📋 copy color: '#CB9279'

red 203 ◦ green 146 ◦ blue 121

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

Shades of Feldspar #CB9279

Tints of Feldspar #CB9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.06%

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

R = 43.19%
G = 31.06%
B = 25.74%

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

#CB9279 (or 0xCB9279) is known color: Feldspar. HEX triplet: CB, 92 and 79. RGB value is (203,146,121). Sum of RGB (Red+Green+Blue) = 203+146+121=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9279 is #346D86. Grayscale: #A0A0A0. Windows color (decimal): -3435911 or 7967435. OLE color: 7967435.

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

Color convert

RGB 203 146 121 -
CMYK 0 0.28 0.40 0.20
HSL 18.29º 0.44% 0.64% -
HSV(B) 18.29º 0.4% 0.8% -
XYZ 38.36 34.63 22.75 -
YUV 160.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 203 146 121 0 0.28 0.40 0.20 18.29 0.44 0.64
Hex CB 92 79 0 1C 28 14 12 2C 40
Octal 313 222 171 0 34 50 24 22 54 100
Binary 11001011 10010010 1111001 0 11100 101000 10100 10010 101100 1000000

Color Harmonies of #CB9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9279

Black with #CB9279

Text Example


Text Example

White with #CB9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9279; }

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

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

background-color css

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

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

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

border-color css

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

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

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