Html Css Color HEX #CB9479 Feldspar

📋 copy color: '#CB9479'

red 203 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #CB9479

Tints of Feldspar #CB9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 43.01%
G = 31.36%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB9479 (or 0xCB9479) is known color: Feldspar. HEX triplet: CB, 94 and 79. RGB value is (203,148,121). Sum of RGB (Red+Green+Blue) = 203+148+121=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9479 is #346B86. Grayscale: #A1A1A1. Windows color (decimal): -3435399 or 7967947. OLE color: 7967947.

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

Color convert

RGB 203 148 121 -
CMYK 0 0.27 0.40 0.20
HSL 19.76º 0.44% 0.64% -
HSV(B) 19.76º 0.4% 0.8% -
XYZ 38.67 35.26 22.86 -
YUV 161.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 203 148 121 0 0.27 0.40 0.20 19.76 0.44 0.64
Hex CB 94 79 0 1B 28 14 14 2C 40
Octal 313 224 171 0 33 50 24 24 54 100
Binary 11001011 10010100 1111001 0 11011 101000 10100 10100 101100 1000000

Color Harmonies of #CB9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9479

Black with #CB9479

Text Example


Text Example

White with #CB9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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