Html Css Color HEX #C27A63 Burning Sand

📋 copy color: '#C27A63'

red 194 ◦ green 122 ◦ blue 99

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

Shades of Burning Sand #C27A63

Tints of Burning Sand #C27A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 46.75%
G = 29.4%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C27A63 (or 0xC27A63) is known color: Burning Sand. HEX triplet: C2, 7A and 63. RGB value is (194,122,99). Sum of RGB (Red+Green+Blue) = 194+122+99=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A63 is #3D859C. Grayscale: #8D8D8D. Windows color (decimal): -4031901 or 6519490. OLE color: 6519490.

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

Color convert

RGB 194 122 99 -
CMYK 0 0.37 0.49 0.24
HSL 14.53º 0.44% 0.57% -
HSV(B) 14.53º 0.49% 0.76% -
XYZ 31.46 26.29 15.22 -
YUV 140.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 194 122 99 0 0.37 0.49 0.24 14.53 0.44 0.57
Hex C2 7A 63 0 25 31 18 F 2C 39
Octal 302 172 143 0 45 61 30 17 54 71
Binary 11000010 1111010 1100011 0 100101 110001 11000 1111 101100 111001

Color Harmonies of #C27A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A63

Black with #C27A63

Text Example


Text Example

White with #C27A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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