Html Css Color HEX #C27E60 Burning Sand

📋 copy color: '#C27E60'

red 194 ◦ green 126 ◦ blue 96

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

Shades of Burning Sand #C27E60

Tints of Burning Sand #C27E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 46.63%
G = 30.29%
B = 23.08%

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

#C27E60 (or 0xC27E60) is known color: Burning Sand. HEX triplet: C2, 7E and 60. RGB value is (194,126,96). Sum of RGB (Red+Green+Blue) = 194+126+96=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E60 is #3D819F. Grayscale: #8F8F8F. Windows color (decimal): -4030880 or 6323906. OLE color: 6323906.

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

Color convert

RGB 194 126 96 -
CMYK 0 0.35 0.51 0.24
HSL 18.37º 0.45% 0.57% -
HSV(B) 18.37º 0.51% 0.76% -
XYZ 31.82 27.24 14.65 -
YUV 142.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 194 126 96 0 0.35 0.51 0.24 18.37 0.45 0.57
Hex C2 7E 60 0 23 33 18 12 2D 39
Octal 302 176 140 0 43 63 30 22 55 71
Binary 11000010 1111110 1100000 0 100011 110011 11000 10010 101101 111001

Color Harmonies of #C27E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E60

Black with #C27E60

Text Example


Text Example

White with #C27E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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