Html Css Color HEX #CB8E79 Feldspar

📋 copy color: '#CB8E79'

red 203 ◦ green 142 ◦ blue 121

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

Shades of Feldspar #CB8E79

Tints of Feldspar #CB8E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

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

R = 43.56%
G = 30.47%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB8E79 (or 0xCB8E79) is known color: Feldspar. HEX triplet: CB, 8E and 79. RGB value is (203,142,121). Sum of RGB (Red+Green+Blue) = 203+142+121=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E79 is #347186. Grayscale: #9D9D9D. Windows color (decimal): -3436935 or 7966411. OLE color: 7966411.

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

Color convert

RGB 203 142 121 -
CMYK 0 0.30 0.40 0.20
HSL 15.37º 0.44% 0.64% -
HSV(B) 15.37º 0.4% 0.8% -
XYZ 37.75 33.42 22.55 -
YUV 157.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 203 142 121 0 0.30 0.40 0.20 15.37 0.44 0.64
Hex CB 8E 79 0 1E 28 14 F 2C 40
Octal 313 216 171 0 36 50 24 17 54 100
Binary 11001011 10001110 1111001 0 11110 101000 10100 1111 101100 1000000

Color Harmonies of #CB8E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E79

Black with #CB8E79

Text Example


Text Example

White with #CB8E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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