Html Css Color HEX #C38C72 Feldspar

📋 copy color: '#C38C72'

red 195 ◦ green 140 ◦ blue 114

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

Shades of Feldspar #C38C72

Tints of Feldspar #C38C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 43.43%
G = 31.18%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38C72 (or 0xC38C72) is known color: Feldspar. HEX triplet: C3, 8C and 72. RGB value is (195,140,114). Sum of RGB (Red+Green+Blue) = 195+140+114=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C72 is #3C738D. Grayscale: #999999. Windows color (decimal): -3961742 or 7507139. OLE color: 7507139.

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

Color convert

RGB 195 140 114 -
CMYK 0 0.28 0.42 0.24
HSL 19.26º 0.4% 0.61% -
HSV(B) 19.26º 0.42% 0.76% -
XYZ 34.92 31.57 20.17 -
YUV 153.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 195 140 114 0 0.28 0.42 0.24 19.26 0.4 0.61
Hex C3 8C 72 0 1C 2A 18 13 28 3D
Octal 303 214 162 0 34 52 30 23 50 75
Binary 11000011 10001100 1110010 0 11100 101010 11000 10011 101000 111101

Color Harmonies of #C38C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C72

Black with #C38C72

Text Example


Text Example

White with #C38C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C72; }

 p { color: rgb(195,140,114); }

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

background-color css

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

 a { background-color: rgb(195,140,114); }

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

border-color css

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

 span { border-color: rgb(195,140,114); }

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