Html Css Color HEX #C27E5B Burning Sand

📋 copy color: '#C27E5B'

red 194 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #C27E5B

Tints of Burning Sand #C27E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 47.2%
G = 30.66%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C27E5B (or 0xC27E5B) is known color: Burning Sand. HEX triplet: C2, 7E and 5B. RGB value is (194,126,91). Sum of RGB (Red+Green+Blue) = 194+126+91=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5B is #3D81A4. Grayscale: #8E8E8E. Windows color (decimal): -4030885 or 5996226. OLE color: 5996226.

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

Color convert

RGB 194 126 91 -
CMYK 0 0.35 0.53 0.24
HSL 20.39º 0.46% 0.56% -
HSV(B) 20.39º 0.53% 0.76% -
XYZ 31.6 27.15 13.47 -
YUV 142.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 194 126 91 0 0.35 0.53 0.24 20.39 0.46 0.56
Hex C2 7E 5B 0 23 35 18 14 2E 38
Octal 302 176 133 0 43 65 30 24 56 70
Binary 11000010 1111110 1011011 0 100011 110101 11000 10100 101110 111000

Color Harmonies of #C27E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E5B

Black with #C27E5B

Text Example


Text Example

White with #C27E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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