Html Css Color HEX #C38E6E Feldspar

📋 copy color: '#C38E6E'

red 195 ◦ green 142 ◦ blue 110

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

Shades of Feldspar #C38E6E

Tints of Feldspar #C38E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 43.62%
G = 31.77%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C38E6E (or 0xC38E6E) is known color: Feldspar. HEX triplet: C3, 8E and 6E. RGB value is (195,142,110). Sum of RGB (Red+Green+Blue) = 195+142+110=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E6E is #3C7191. Grayscale: #9A9A9A. Windows color (decimal): -3961234 or 7245507. OLE color: 7245507.

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

Color convert

RGB 195 142 110 -
CMYK 0 0.27 0.44 0.24
HSL 22.59º 0.41% 0.6% -
HSV(B) 22.59º 0.44% 0.76% -
XYZ 34.99 32.07 19.1 -
YUV 154.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 195 142 110 0 0.27 0.44 0.24 22.59 0.41 0.6
Hex C3 8E 6E 0 1B 2C 18 17 29 3C
Octal 303 216 156 0 33 54 30 27 51 74
Binary 11000011 10001110 1101110 0 11011 101100 11000 10111 101001 111100

Color Harmonies of #C38E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E6E

Black with #C38E6E

Text Example


Text Example

White with #C38E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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