Html Css Color HEX #C27E5E Burning Sand

📋 copy color: '#C27E5E'

red 194 ◦ green 126 ◦ blue 94

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

Shades of Burning Sand #C27E5E

Tints of Burning Sand #C27E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 46.86%
G = 30.43%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C27E5E (or 0xC27E5E) is known color: Burning Sand. HEX triplet: C2, 7E and 5E. RGB value is (194,126,94). Sum of RGB (Red+Green+Blue) = 194+126+94=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5E is #3D81A1. Grayscale: #8E8E8E. Windows color (decimal): -4030882 or 6192834. OLE color: 6192834.

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

Color convert

RGB 194 126 94 -
CMYK 0 0.35 0.52 0.24
HSL 19.2º 0.45% 0.56% -
HSV(B) 19.2º 0.52% 0.76% -
XYZ 31.73 27.2 14.17 -
YUV 142.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 194 126 94 0 0.35 0.52 0.24 19.2 0.45 0.56
Hex C2 7E 5E 0 23 34 18 13 2D 38
Octal 302 176 136 0 43 64 30 23 55 70
Binary 11000010 1111110 1011110 0 100011 110100 11000 10011 101101 111000

Color Harmonies of #C27E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E5E

Black with #C27E5E

Text Example


Text Example

White with #C27E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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