Html Css Color HEX #C27C62 Burning Sand

📋 copy color: '#C27C62'

red 194 ◦ green 124 ◦ blue 98

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

Shades of Burning Sand #C27C62

Tints of Burning Sand #C27C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 46.63%
G = 29.81%
B = 23.56%

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

#C27C62 (or 0xC27C62) is known color: Burning Sand. HEX triplet: C2, 7C and 62. RGB value is (194,124,98). Sum of RGB (Red+Green+Blue) = 194+124+98=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C62 is #3D839D. Grayscale: #8E8E8E. Windows color (decimal): -4031390 or 6454466. OLE color: 6454466.

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

Color convert

RGB 194 124 98 -
CMYK 0 0.36 0.49 0.24
HSL 16.25º 0.44% 0.57% -
HSV(B) 16.25º 0.49% 0.76% -
XYZ 31.66 26.77 15.05 -
YUV 141.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 194 124 98 0 0.36 0.49 0.24 16.25 0.44 0.57
Hex C2 7C 62 0 24 31 18 10 2C 39
Octal 302 174 142 0 44 61 30 20 54 71
Binary 11000010 1111100 1100010 0 100100 110001 11000 10000 101100 111001

Color Harmonies of #C27C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C62

Black with #C27C62

Text Example


Text Example

White with #C27C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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