Html Css Color HEX #C48F75 Feldspar

📋 copy color: '#C48F75'

red 196 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #C48F75

Tints of Feldspar #C48F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 42.98%
G = 31.36%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48F75 (or 0xC48F75) is known color: Feldspar. HEX triplet: C4, 8F and 75. RGB value is (196,143,117). Sum of RGB (Red+Green+Blue) = 196+143+117=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F75 is #3B708A. Grayscale: #9C9C9C. Windows color (decimal): -3895435 or 7704516. OLE color: 7704516.

HSL color Cylindrical-coordinate representation of color #C48F75: hue angle of 19.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48F75 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 117 -
CMYK 0 0.27 0.40 0.23
HSL 19.75º 0.4% 0.61% -
HSV(B) 19.75º 0.4% 0.77% -
XYZ 35.8 32.67 21.25 -
YUV 155.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 196 143 117 0 0.27 0.40 0.23 19.75 0.4 0.61
Hex C4 8F 75 0 1B 28 17 14 28 3D
Octal 304 217 165 0 33 50 27 24 50 75
Binary 11000100 10001111 1110101 0 11011 101000 10111 10100 101000 111101

Color Harmonies of #C48F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F75

Black with #C48F75

Text Example


Text Example

White with #C48F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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