Html Css Color HEX #C07C62 Burning Sand

📋 copy color: '#C07C62'

red 192 ◦ green 124 ◦ blue 98

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

Shades of Burning Sand #C07C62

Tints of Burning Sand #C07C62

RGB

 RED value IS 192 (75.39% from 255) = 46.38%

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

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

R = 46.38%
G = 29.95%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07C62 (or 0xC07C62) is known color: Burning Sand. HEX triplet: C0, 7C and 62. RGB value is (192,124,98). Sum of RGB (Red+Green+Blue) = 192+124+98=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C62 is #3F839D. Grayscale: #8D8D8D. Windows color (decimal): -4162462 or 6454464. OLE color: 6454464.

HSL color Cylindrical-coordinate representation of color #C07C62: hue angle of 16.6º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07C62 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 98 -
CMYK 0 0.35 0.49 0.25
HSL 16.6º 0.43% 0.57% -
HSV(B) 16.6º 0.49% 0.75% -
XYZ 31.15 26.5 15.03 -
YUV 141.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 192 124 98 0 0.35 0.49 0.25 16.6 0.43 0.57
Hex C0 7C 62 0 23 31 19 11 2B 39
Octal 300 174 142 0 43 61 31 21 53 71
Binary 11000000 1111100 1100010 0 100011 110001 11001 10001 101011 111001

Color Harmonies of #C07C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C62

Black with #C07C62

Text Example


Text Example

White with #C07C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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