Html Css Color HEX #C07E6A Burning Sand

📋 copy color: '#C07E6A'

red 192 ◦ green 126 ◦ blue 106

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

Shades of Burning Sand #C07E6A

Tints of Burning Sand #C07E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 106 (41.8% from 255) = 25%

R = 45.28%
G = 29.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C07E6A (or 0xC07E6A) is known color: Burning Sand. HEX triplet: C0, 7E and 6A. RGB value is (192,126,106). Sum of RGB (Red+Green+Blue) = 192+126+106=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E6A is #3F8195. Grayscale: #8F8F8F. Windows color (decimal): -4161942 or 6979264. OLE color: 6979264.

HSL color Cylindrical-coordinate representation of color #C07E6A: hue angle of 13.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07E6A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 106 -
CMYK 0 0.34 0.45 0.25
HSL 13.95º 0.41% 0.58% -
HSV(B) 13.95º 0.45% 0.75% -
XYZ 31.8 27.17 17.2 -
YUV 143.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 192 126 106 0 0.34 0.45 0.25 13.95 0.41 0.58
Hex C0 7E 6A 0 22 2D 19 E 29 3A
Octal 300 176 152 0 42 55 31 16 51 72
Binary 11000000 1111110 1101010 0 100010 101101 11001 1110 101001 111010

Color Harmonies of #C07E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E6A

Black with #C07E6A

Text Example


Text Example

White with #C07E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E6A; }

 p { color: rgb(192,126,106); }

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

background-color css

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

 a { background-color: rgb(192,126,106); }

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

border-color css

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

 span { border-color: rgb(192,126,106); }

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