Html Css Color HEX #C38E73 Feldspar

📋 copy color: '#C38E73'

red 195 ◦ green 142 ◦ blue 115

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

Shades of Feldspar #C38E73

Tints of Feldspar #C38E73

RGB

 RED value IS 195 (76.56% from 255) = 43.14%

 GREEN value IS 142 (55.86% from 255) = 31.42%

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 43.14%
G = 31.42%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38E73 (or 0xC38E73) is known color: Feldspar. HEX triplet: C3, 8E and 73. RGB value is (195,142,115). Sum of RGB (Red+Green+Blue) = 195+142+115=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E73 is #3C718C. Grayscale: #9A9A9A. Windows color (decimal): -3961229 or 7573187. OLE color: 7573187.

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

Color convert

RGB 195 142 115 -
CMYK 0 0.27 0.41 0.24
HSL 20.25º 0.4% 0.61% -
HSV(B) 20.25º 0.41% 0.76% -
XYZ 35.27 32.19 20.57 -
YUV 154.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 195 142 115 0 0.27 0.41 0.24 20.25 0.4 0.61
Hex C3 8E 73 0 1B 29 18 14 28 3D
Octal 303 216 163 0 33 51 30 24 50 75
Binary 11000011 10001110 1110011 0 11011 101001 11000 10100 101000 111101

Color Harmonies of #C38E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E73

Black with #C38E73

Text Example


Text Example

White with #C38E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E73; }

 p { color: rgb(195,142,115); }

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

background-color css

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

 a { background-color: rgb(195,142,115); }

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

border-color css

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

 span { border-color: rgb(195,142,115); }

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