#C27B61

Color #C27B61 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C27B61

Tints of Burning Sand #C27B61

Color information

#C27B61 (or 0xC27B61) is unknown color: approx Burning Sand. HEX triplet: C2, 7B and 61. RGB value is (194,123,97). Sum of RGB (Red+Green+Blue) = 194+123+97=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B61 is #3D849E. Grayscale: #8D8D8D. Windows color (decimal): -4031647 or 6388674. OLE color: 6388674.

HSL color Cylindrical-coordinate representation of color #C27B61: hue angle of 16.08º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27B61 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19412397-
CMYK00.370.500.24
HSL16.08º44.29%57.06%-
HSV(B)16.08º50%76.08%-
XYZ31.4926.514.76-
YUV141.26103.02165.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=46.86%
G=29.71%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941239700.370.500.2416.0844.2957.06
HexC27B610253218102c39
Octal3021731410456230205471
Binary110000101111011110000101001011100101100010000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B61; }

 p { color: rgb(194,123,97); }

 H1.HeaderClassName
 {
   color: #C27B61;
 }
 .AnyTagClassName
 {
   color: #C27B61;
 }
</style>
background-color css

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

 a { background-color: rgb(194,123,97); }

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

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

 span { border-color: rgb(194,123,97); }

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