Html Css Color HEX #C27C64 Burning Sand

📋 copy color: '#C27C64'

red 194 ◦ green 124 ◦ blue 100

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

Shades of Burning Sand #C27C64

Tints of Burning Sand #C27C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 46.41%
G = 29.67%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27C64 (or 0xC27C64) is known color: Burning Sand. HEX triplet: C2, 7C and 64. RGB value is (194,124,100). Sum of RGB (Red+Green+Blue) = 194+124+100=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C64 is #3D839B. Grayscale: #8E8E8E. Windows color (decimal): -4031388 or 6585538. OLE color: 6585538.

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

Color convert

RGB 194 124 100 -
CMYK 0 0.36 0.48 0.24
HSL 15.32º 0.44% 0.58% -
HSV(B) 15.32º 0.48% 0.76% -
XYZ 31.76 26.8 15.56 -
YUV 142.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 194 124 100 0 0.36 0.48 0.24 15.32 0.44 0.58
Hex C2 7C 64 0 24 30 18 F 2C 3A
Octal 302 174 144 0 44 60 30 17 54 72
Binary 11000010 1111100 1100100 0 100100 110000 11000 1111 101100 111010

Color Harmonies of #C27C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C64

Black with #C27C64

Text Example


Text Example

White with #C27C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C64; }

 p { color: rgb(194,124,100); }

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

background-color css

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

 a { background-color: rgb(194,124,100); }

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

border-color css

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

 span { border-color: rgb(194,124,100); }

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