Html Css Color HEX #C27B5E Burning Sand

📋 copy color: '#C27B5E'

red 194 ◦ green 123 ◦ blue 94

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

Shades of Burning Sand #C27B5E

Tints of Burning Sand #C27B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 47.2%
G = 29.93%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C27B5E (or 0xC27B5E) is known color: Burning Sand. HEX triplet: C2, 7B and 5E. RGB value is (194,123,94). Sum of RGB (Red+Green+Blue) = 194+123+94=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B5E is #3D84A1. Grayscale: #8D8D8D. Windows color (decimal): -4031650 or 6192066. OLE color: 6192066.

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

Color convert

RGB 194 123 94 -
CMYK 0 0.37 0.52 0.24
HSL 17.4º 0.45% 0.56% -
HSV(B) 17.4º 0.52% 0.76% -
XYZ 31.35 26.44 14.04 -
YUV 140.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 194 123 94 0 0.37 0.52 0.24 17.4 0.45 0.56
Hex C2 7B 5E 0 25 34 18 11 2D 38
Octal 302 173 136 0 45 64 30 21 55 70
Binary 11000010 1111011 1011110 0 100101 110100 11000 10001 101101 111000

Color Harmonies of #C27B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B5E

Black with #C27B5E

Text Example


Text Example

White with #C27B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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