Html Css Color HEX #C07E69 Burning Sand

📋 copy color: '#C07E69'

red 192 ◦ green 126 ◦ blue 105

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

Shades of Burning Sand #C07E69

Tints of Burning Sand #C07E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 45.39%
G = 29.79%
B = 24.82%

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

#C07E69 (or 0xC07E69) is known color: Burning Sand. HEX triplet: C0, 7E and 69. RGB value is (192,126,105). Sum of RGB (Red+Green+Blue) = 192+126+105=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E69 is #3F8196. Grayscale: #8F8F8F. Windows color (decimal): -4161943 or 6913728. OLE color: 6913728.

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

Color convert

RGB 192 126 105 -
CMYK 0 0.34 0.45 0.25
HSL 14.48º 0.41% 0.58% -
HSV(B) 14.48º 0.45% 0.75% -
XYZ 31.75 27.15 16.93 -
YUV 143.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 192 126 105 0 0.34 0.45 0.25 14.48 0.41 0.58
Hex C0 7E 69 0 22 2D 19 E 29 3A
Octal 300 176 151 0 42 55 31 16 51 72
Binary 11000000 1111110 1101001 0 100010 101101 11001 1110 101001 111010

Color Harmonies of #C07E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E69

Black with #C07E69

Text Example


Text Example

White with #C07E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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