Html Css Color HEX #C38F78 Feldspar

📋 copy color: '#C38F78'

red 195 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #C38F78

Tints of Feldspar #C38F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 42.58%
G = 31.22%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C38F78 (or 0xC38F78) is known color: Feldspar. HEX triplet: C3, 8F and 78. RGB value is (195,143,120). Sum of RGB (Red+Green+Blue) = 195+143+120=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F78 is #3C7087. Grayscale: #9C9C9C. Windows color (decimal): -3960968 or 7901123. OLE color: 7901123.

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

Color convert

RGB 195 143 120 -
CMYK 0 0.27 0.38 0.24
HSL 18.4º 0.38% 0.62% -
HSV(B) 18.4º 0.38% 0.76% -
XYZ 35.72 32.6 22.18 -
YUV 155.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 195 143 120 0 0.27 0.38 0.24 18.4 0.38 0.62
Hex C3 8F 78 0 1B 26 18 12 26 3E
Octal 303 217 170 0 33 46 30 22 46 76
Binary 11000011 10001111 1111000 0 11011 100110 11000 10010 100110 111110

Color Harmonies of #C38F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F78

Black with #C38F78

Text Example


Text Example

White with #C38F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F78; }

 p { color: rgb(195,143,120); }

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

background-color css

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

 a { background-color: rgb(195,143,120); }

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

border-color css

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

 span { border-color: rgb(195,143,120); }

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