#C27B66

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

Shades of Burning Sand #C27B66

Tints of Burning Sand #C27B66

Color information

#C27B66 (or 0xC27B66) is unknown color: approx Burning Sand. HEX triplet: C2, 7B and 66. RGB value is (194,123,102). Sum of RGB (Red+Green+Blue) = 194+123+102=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B66 is #3D8499. Grayscale: #8D8D8D. Windows color (decimal): -4031642 or 6716354. OLE color: 6716354.

HSL color Cylindrical-coordinate representation of color #C27B66: hue angle of 13.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27B66 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194123102-
CMYK00.370.470.24
HSL13.7º42.99%58.04%-
HSV(B)13.7º47.42%76.08%-
XYZ31.7326.5916.03-
YUV141.83105.52165.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=46.30%
G=29.36%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412310200.370.470.2413.742.9958.04
HexC27B660252F18e2b3a
Octal3021731460455730165372
Binary11000010111101111001100100101101111110001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B66; }

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

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

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

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

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

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

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

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