Html Css Color HEX #C38D6F Feldspar

📋 copy color: '#C38D6F'

red 195 ◦ green 141 ◦ blue 111

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

Shades of Feldspar #C38D6F

Tints of Feldspar #C38D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 43.62%
G = 31.54%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38D6F (or 0xC38D6F) is known color: Feldspar. HEX triplet: C3, 8D and 6F. RGB value is (195,141,111). Sum of RGB (Red+Green+Blue) = 195+141+111=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D6F is #3C7290. Grayscale: #999999. Windows color (decimal): -3961489 or 7310787. OLE color: 7310787.

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

Color convert

RGB 195 141 111 -
CMYK 0 0.28 0.43 0.24
HSL 21.43º 0.41% 0.6% -
HSV(B) 21.43º 0.43% 0.76% -
XYZ 34.9 31.8 19.34 -
YUV 153.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 195 141 111 0 0.28 0.43 0.24 21.43 0.41 0.6
Hex C3 8D 6F 0 1C 2B 18 15 29 3C
Octal 303 215 157 0 34 53 30 25 51 74
Binary 11000011 10001101 1101111 0 11100 101011 11000 10101 101001 111100

Color Harmonies of #C38D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D6F

Black with #C38D6F

Text Example


Text Example

White with #C38D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D6F; }

 p { color: rgb(195,141,111); }

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

background-color css

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

 a { background-color: rgb(195,141,111); }

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

border-color css

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

 span { border-color: rgb(195,141,111); }

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