Html Css Color HEX #C27D63 Burning Sand

📋 copy color: '#C27D63'

red 194 ◦ green 125 ◦ blue 99

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

Shades of Burning Sand #C27D63

Tints of Burning Sand #C27D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 46.41%
G = 29.9%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C27D63 (or 0xC27D63) is known color: Burning Sand. HEX triplet: C2, 7D and 63. RGB value is (194,125,99). Sum of RGB (Red+Green+Blue) = 194+125+99=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D63 is #3D829C. Grayscale: #8E8E8E. Windows color (decimal): -4031133 or 6520258. OLE color: 6520258.

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

Color convert

RGB 194 125 99 -
CMYK 0 0.36 0.49 0.24
HSL 16.42º 0.44% 0.57% -
HSV(B) 16.42º 0.49% 0.76% -
XYZ 31.83 27.04 15.35 -
YUV 142.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 194 125 99 0 0.36 0.49 0.24 16.42 0.44 0.57
Hex C2 7D 63 0 24 31 18 10 2C 39
Octal 302 175 143 0 44 61 30 20 54 71
Binary 11000010 1111101 1100011 0 100100 110001 11000 10000 101100 111001

Color Harmonies of #C27D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D63

Black with #C27D63

Text Example


Text Example

White with #C27D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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