Html Css Color HEX #C27C5D Burning Sand

📋 copy color: '#C27C5D'

red 194 ◦ green 124 ◦ blue 93

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

Shades of Burning Sand #C27C5D

Tints of Burning Sand #C27C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 47.2%
G = 30.17%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C27C5D (or 0xC27C5D) is known color: Burning Sand. HEX triplet: C2, 7C and 5D. RGB value is (194,124,93). Sum of RGB (Red+Green+Blue) = 194+124+93=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C5D is #3D83A2. Grayscale: #8D8D8D. Windows color (decimal): -4031395 or 6126786. OLE color: 6126786.

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

Color convert

RGB 194 124 93 -
CMYK 0 0.36 0.52 0.24
HSL 18.42º 0.45% 0.56% -
HSV(B) 18.42º 0.52% 0.76% -
XYZ 31.43 26.67 13.85 -
YUV 141.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 194 124 93 0 0.36 0.52 0.24 18.42 0.45 0.56
Hex C2 7C 5D 0 24 34 18 12 2D 38
Octal 302 174 135 0 44 64 30 22 55 70
Binary 11000010 1111100 1011101 0 100100 110100 11000 10010 101101 111000

Color Harmonies of #C27C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C5D

Black with #C27C5D

Text Example


Text Example

White with #C27C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C5D; }

 p { color: rgb(194,124,93); }

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

background-color css

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

 a { background-color: rgb(194,124,93); }

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

border-color css

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

 span { border-color: rgb(194,124,93); }

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