Html Css Color HEX #C07F62 Burning Sand

📋 copy color: '#C07F62'

red 192 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #C07F62

Tints of Burning Sand #C07F62

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

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

R = 46.04%
G = 30.46%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07F62 (or 0xC07F62) is known color: Burning Sand. HEX triplet: C0, 7F and 62. RGB value is (192,127,98). Sum of RGB (Red+Green+Blue) = 192+127+98=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F62 is #3F809D. Grayscale: #8F8F8F. Windows color (decimal): -4161694 or 6455232. OLE color: 6455232.

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

Color convert

RGB 192 127 98 -
CMYK 0 0.34 0.49 0.25
HSL 18.51º 0.43% 0.57% -
HSV(B) 18.51º 0.49% 0.75% -
XYZ 31.53 27.27 15.16 -
YUV 143.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 192 127 98 0 0.34 0.49 0.25 18.51 0.43 0.57
Hex C0 7F 62 0 22 31 19 13 2B 39
Octal 300 177 142 0 42 61 31 23 53 71
Binary 11000000 1111111 1100010 0 100010 110001 11001 10011 101011 111001

Color Harmonies of #C07F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F62

Black with #C07F62

Text Example


Text Example

White with #C07F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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