Html Css Color HEX #C07A62 Burning Sand

📋 copy color: '#C07A62'

red 192 ◦ green 122 ◦ blue 98

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

Shades of Burning Sand #C07A62

Tints of Burning Sand #C07A62

RGB

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

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

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

R = 46.6%
G = 29.61%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07A62 (or 0xC07A62) is known color: Burning Sand. HEX triplet: C0, 7A and 62. RGB value is (192,122,98). Sum of RGB (Red+Green+Blue) = 192+122+98=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A62 is #3F859D. Grayscale: #8C8C8C. Windows color (decimal): -4162974 or 6453952. OLE color: 6453952.

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

Color convert

RGB 192 122 98 -
CMYK 0 0.36 0.49 0.25
HSL 15.32º 0.43% 0.57% -
HSV(B) 15.32º 0.49% 0.75% -
XYZ 30.9 26.01 14.95 -
YUV 140.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 192 122 98 0 0.36 0.49 0.25 15.32 0.43 0.57
Hex C0 7A 62 0 24 31 19 F 2B 39
Octal 300 172 142 0 44 61 31 17 53 71
Binary 11000000 1111010 1100010 0 100100 110001 11001 1111 101011 111001

Color Harmonies of #C07A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A62

Black with #C07A62

Text Example


Text Example

White with #C07A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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