Html Css Color HEX #C48A74 Feldspar

📋 copy color: '#C48A74'

red 196 ◦ green 138 ◦ blue 116

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

Shades of Feldspar #C48A74

Tints of Feldspar #C48A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 43.56%
G = 30.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48A74 (or 0xC48A74) is known color: Feldspar. HEX triplet: C4, 8A and 74. RGB value is (196,138,116). Sum of RGB (Red+Green+Blue) = 196+138+116=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A74 is #3B758B. Grayscale: #989898. Windows color (decimal): -3896716 or 7637700. OLE color: 7637700.

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

Color convert

RGB 196 138 116 -
CMYK 0 0.30 0.41 0.23
HSL 16.5º 0.4% 0.61% -
HSV(B) 16.5º 0.41% 0.77% -
XYZ 35.01 31.17 20.7 -
YUV 152.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 196 138 116 0 0.30 0.41 0.23 16.5 0.4 0.61
Hex C4 8A 74 0 1E 29 17 10 28 3D
Octal 304 212 164 0 36 51 27 20 50 75
Binary 11000100 10001010 1110100 0 11110 101001 10111 10000 101000 111101

Color Harmonies of #C48A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A74

Black with #C48A74

Text Example


Text Example

White with #C48A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A74; }

 p { color: rgb(196,138,116); }

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

background-color css

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

 a { background-color: rgb(196,138,116); }

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

border-color css

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

 span { border-color: rgb(196,138,116); }

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