Html Css Color HEX #C27D5E Burning Sand

📋 copy color: '#C27D5E'

red 194 ◦ green 125 ◦ blue 94

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

Shades of Burning Sand #C27D5E

Tints of Burning Sand #C27D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

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

R = 46.97%
G = 30.27%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C27D5E (or 0xC27D5E) is known color: Burning Sand. HEX triplet: C2, 7D and 5E. RGB value is (194,125,94). Sum of RGB (Red+Green+Blue) = 194+125+94=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D5E is #3D82A1. Grayscale: #8E8E8E. Windows color (decimal): -4031138 or 6192578. OLE color: 6192578.

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

Color convert

RGB 194 125 94 -
CMYK 0 0.36 0.52 0.24
HSL 18.6º 0.45% 0.56% -
HSV(B) 18.6º 0.52% 0.76% -
XYZ 31.6 26.94 14.12 -
YUV 142.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 194 125 94 0 0.36 0.52 0.24 18.6 0.45 0.56
Hex C2 7D 5E 0 24 34 18 13 2D 38
Octal 302 175 136 0 44 64 30 23 55 70
Binary 11000010 1111101 1011110 0 100100 110100 11000 10011 101101 111000

Color Harmonies of #C27D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D5E

Black with #C27D5E

Text Example


Text Example

White with #C27D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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