Html Css Color HEX #C27E5F Burning Sand

📋 copy color: '#C27E5F'

red 194 ◦ green 126 ◦ blue 95

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

Shades of Burning Sand #C27E5F

Tints of Burning Sand #C27E5F

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

 GREEN value IS 126 (49.61% from 255) = 30.36%

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 46.75%
G = 30.36%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C27E5F (or 0xC27E5F) is known color: Burning Sand. HEX triplet: C2, 7E and 5F. RGB value is (194,126,95). Sum of RGB (Red+Green+Blue) = 194+126+95=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5F is #3D81A0. Grayscale: #8E8E8E. Windows color (decimal): -4030881 or 6258370. OLE color: 6258370.

HSL color Cylindrical-coordinate representation of color #C27E5F: hue angle of 18.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27E5F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 95 -
CMYK 0 0.35 0.51 0.24
HSL 18.79º 0.45% 0.57% -
HSV(B) 18.79º 0.51% 0.76% -
XYZ 31.77 27.22 14.41 -
YUV 142.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 194 126 95 0 0.35 0.51 0.24 18.79 0.45 0.57
Hex C2 7E 5F 0 23 33 18 13 2D 39
Octal 302 176 137 0 43 63 30 23 55 71
Binary 11000010 1111110 1011111 0 100011 110011 11000 10011 101101 111001

Color Harmonies of #C27E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E5F

Black with #C27E5F

Text Example


Text Example

White with #C27E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E5F; }

 p { color: rgb(194,126,95); }

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

background-color css

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

 a { background-color: rgb(194,126,95); }

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

border-color css

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

 span { border-color: rgb(194,126,95); }

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