Html Css Color HEX #CB8C79 Feldspar

📋 copy color: '#CB8C79'

red 203 ◦ green 140 ◦ blue 121

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

Shades of Feldspar #CB8C79

Tints of Feldspar #CB8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 43.75%
G = 30.17%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB8C79 (or 0xCB8C79) is known color: Feldspar. HEX triplet: CB, 8C and 79. RGB value is (203,140,121). Sum of RGB (Red+Green+Blue) = 203+140+121=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C79 is #347386. Grayscale: #9C9C9C. Windows color (decimal): -3437447 or 7965899. OLE color: 7965899.

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

Color convert

RGB 203 140 121 -
CMYK 0 0.31 0.40 0.20
HSL 13.9º 0.44% 0.64% -
HSV(B) 13.9º 0.4% 0.8% -
XYZ 37.46 32.83 22.45 -
YUV 156.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 203 140 121 0 0.31 0.40 0.20 13.9 0.44 0.64
Hex CB 8C 79 0 1F 28 14 E 2C 40
Octal 313 214 171 0 37 50 24 16 54 100
Binary 11001011 10001100 1111001 0 11111 101000 10100 1110 101100 1000000

Color Harmonies of #CB8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C79

Black with #CB8C79

Text Example


Text Example

White with #CB8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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