Html Css Color HEX #C48E7B Feldspar

📋 copy color: '#C48E7B'

red 196 ◦ green 142 ◦ blue 123

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

Shades of Feldspar #C48E7B

Tints of Feldspar #C48E7B

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 42.52%
G = 30.8%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C48E7B (or 0xC48E7B) is known color: Feldspar. HEX triplet: C4, 8E and 7B. RGB value is (196,142,123). Sum of RGB (Red+Green+Blue) = 196+142+123=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E7B is #3B7184. Grayscale: #9C9C9C. Windows color (decimal): -3895685 or 8097476. OLE color: 8097476.

HSL color Cylindrical-coordinate representation of color #C48E7B: hue angle of 15.62º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48E7B is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 123 -
CMYK 0 0.28 0.37 0.23
HSL 15.62º 0.38% 0.63% -
HSV(B) 15.62º 0.37% 0.77% -
XYZ 36.01 32.51 23.12 -
YUV 155.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 196 142 123 0 0.28 0.37 0.23 15.62 0.38 0.63
Hex C4 8E 7B 0 1C 25 17 10 26 3F
Octal 304 216 173 0 34 45 27 20 46 77
Binary 11000100 10001110 1111011 0 11100 100101 10111 10000 100110 111111

Color Harmonies of #C48E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E7B

Black with #C48E7B

Text Example


Text Example

White with #C48E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E7B; }

 p { color: rgb(196,142,123); }

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

background-color css

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

 a { background-color: rgb(196,142,123); }

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

border-color css

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

 span { border-color: rgb(196,142,123); }

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