Html Css Color HEX #C48F7B Feldspar

📋 copy color: '#C48F7B'

red 196 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C48F7B

Tints of Feldspar #C48F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

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

R = 42.42%
G = 30.95%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C48F7B (or 0xC48F7B) is known color: Feldspar. HEX triplet: C4, 8F and 7B. RGB value is (196,143,123). Sum of RGB (Red+Green+Blue) = 196+143+123=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F7B is #3B7084. Grayscale: #9C9C9C. Windows color (decimal): -3895429 or 8097732. OLE color: 8097732.

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

Color convert

RGB 196 143 123 -
CMYK 0 0.27 0.37 0.23
HSL 16.44º 0.38% 0.63% -
HSV(B) 16.44º 0.37% 0.77% -
XYZ 36.16 32.81 23.17 -
YUV 156.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 196 143 123 0 0.27 0.37 0.23 16.44 0.38 0.63
Hex C4 8F 7B 0 1B 25 17 10 26 3F
Octal 304 217 173 0 33 45 27 20 46 77
Binary 11000100 10001111 1111011 0 11011 100101 10111 10000 100110 111111

Color Harmonies of #C48F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F7B

Black with #C48F7B

Text Example


Text Example

White with #C48F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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