Html Css Color HEX #C07E68 Burning Sand

📋 copy color: '#C07E68'

red 192 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #C07E68

Tints of Burning Sand #C07E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 45.5%
G = 29.86%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07E68 (or 0xC07E68) is known color: Burning Sand. HEX triplet: C0, 7E and 68. RGB value is (192,126,104). Sum of RGB (Red+Green+Blue) = 192+126+104=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E68 is #3F8197. Grayscale: #8F8F8F. Windows color (decimal): -4161944 or 6848192. OLE color: 6848192.

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

Color convert

RGB 192 126 104 -
CMYK 0 0.34 0.46 0.25
HSL 15º 0.41% 0.58% -
HSV(B) 15º 0.46% 0.75% -
XYZ 31.7 27.13 16.66 -
YUV 143.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 192 126 104 0 0.34 0.46 0.25 15 0.41 0.58
Hex C0 7E 68 0 22 2E 19 F 29 3A
Octal 300 176 150 0 42 56 31 17 51 72
Binary 11000000 1111110 1101000 0 100010 101110 11001 1111 101001 111010

Color Harmonies of #C07E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E68

Black with #C07E68

Text Example


Text Example

White with #C07E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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