Html Css Color HEX #C48872 Feldspar

📋 copy color: '#C48872'

red 196 ◦ green 136 ◦ blue 114

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

Shades of Feldspar #C48872

Tints of Feldspar #C48872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 43.95%
G = 30.49%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48872 (or 0xC48872) is known color: Feldspar. HEX triplet: C4, 88 and 72. RGB value is (196,136,114). Sum of RGB (Red+Green+Blue) = 196+136+114=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48872 is #3B778D. Grayscale: #979797. Windows color (decimal): -3897230 or 7506116. OLE color: 7506116.

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

Color convert

RGB 196 136 114 -
CMYK 0 0.31 0.42 0.23
HSL 16.1º 0.41% 0.61% -
HSV(B) 16.1º 0.42% 0.77% -
XYZ 34.61 30.56 19.99 -
YUV 151.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 196 136 114 0 0.31 0.42 0.23 16.1 0.41 0.61
Hex C4 88 72 0 1F 2A 17 10 29 3D
Octal 304 210 162 0 37 52 27 20 51 75
Binary 11000100 10001000 1110010 0 11111 101010 10111 10000 101001 111101

Color Harmonies of #C48872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48872

Black with #C48872

Text Example


Text Example

White with #C48872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48872; }

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

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

background-color css

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

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

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

border-color css

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

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

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