Html Css Color HEX #C48C72 Feldspar

📋 copy color: '#C48C72'

red 196 ◦ green 140 ◦ blue 114

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

Shades of Feldspar #C48C72

Tints of Feldspar #C48C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 43.56%
G = 31.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48C72 (or 0xC48C72) is known color: Feldspar. HEX triplet: C4, 8C and 72. RGB value is (196,140,114). Sum of RGB (Red+Green+Blue) = 196+140+114=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C72 is #3B738D. Grayscale: #999999. Windows color (decimal): -3896206 or 7507140. OLE color: 7507140.

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

Color convert

RGB 196 140 114 -
CMYK 0 0.29 0.42 0.23
HSL 19.02º 0.41% 0.61% -
HSV(B) 19.02º 0.42% 0.77% -
XYZ 35.18 31.71 20.19 -
YUV 153.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 196 140 114 0 0.29 0.42 0.23 19.02 0.41 0.61
Hex C4 8C 72 0 1D 2A 17 13 29 3D
Octal 304 214 162 0 35 52 27 23 51 75
Binary 11000100 10001100 1110010 0 11101 101010 10111 10011 101001 111101

Color Harmonies of #C48C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C72

Black with #C48C72

Text Example


Text Example

White with #C48C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C72; }

 p { color: rgb(196,140,114); }

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

background-color css

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

 a { background-color: rgb(196,140,114); }

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

border-color css

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

 span { border-color: rgb(196,140,114); }

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