Html Css Color HEX #C27E5C Burning Sand

📋 copy color: '#C27E5C'

red 194 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #C27E5C

Tints of Burning Sand #C27E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 47.09%
G = 30.58%
B = 22.33%

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

#C27E5C (or 0xC27E5C) is known color: Burning Sand. HEX triplet: C2, 7E and 5C. RGB value is (194,126,92). Sum of RGB (Red+Green+Blue) = 194+126+92=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E5C is #3D81A3. Grayscale: #8E8E8E. Windows color (decimal): -4030884 or 6061762. OLE color: 6061762.

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

Color convert

RGB 194 126 92 -
CMYK 0 0.35 0.53 0.24
HSL 20º 0.46% 0.56% -
HSV(B) 20º 0.53% 0.76% -
XYZ 31.64 27.16 13.7 -
YUV 142.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 194 126 92 0 0.35 0.53 0.24 20 0.46 0.56
Hex C2 7E 5C 0 23 35 18 14 2E 38
Octal 302 176 134 0 43 65 30 24 56 70
Binary 11000010 1111110 1011100 0 100011 110101 11000 10100 101110 111000

Color Harmonies of #C27E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E5C

Black with #C27E5C

Text Example


Text Example

White with #C27E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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