Html Css Color HEX #C38A72 Feldspar

📋 copy color: '#C38A72'

red 195 ◦ green 138 ◦ blue 114

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

Shades of Feldspar #C38A72

Tints of Feldspar #C38A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

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

R = 43.62%
G = 30.87%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38A72 (or 0xC38A72) is known color: Feldspar. HEX triplet: C3, 8A and 72. RGB value is (195,138,114). Sum of RGB (Red+Green+Blue) = 195+138+114=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A72 is #3C758D. Grayscale: #989898. Windows color (decimal): -3962254 or 7506627. OLE color: 7506627.

HSL color Cylindrical-coordinate representation of color #C38A72: hue angle of 17.78º 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 #C38A72 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 114 -
CMYK 0 0.29 0.42 0.24
HSL 17.78º 0.4% 0.61% -
HSV(B) 17.78º 0.42% 0.76% -
XYZ 34.63 30.99 20.08 -
YUV 152.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 195 138 114 0 0.29 0.42 0.24 17.78 0.4 0.61
Hex C3 8A 72 0 1D 2A 18 12 28 3D
Octal 303 212 162 0 35 52 30 22 50 75
Binary 11000011 10001010 1110010 0 11101 101010 11000 10010 101000 111101

Color Harmonies of #C38A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A72

Black with #C38A72

Text Example


Text Example

White with #C38A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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