Html Css Color HEX #C07C65 Burning Sand

📋 copy color: '#C07C65'

red 192 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #C07C65

Tints of Burning Sand #C07C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 46.04%
G = 29.74%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07C65 (or 0xC07C65) is known color: Burning Sand. HEX triplet: C0, 7C and 65. RGB value is (192,124,101). Sum of RGB (Red+Green+Blue) = 192+124+101=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C65 is #3F839A. Grayscale: #8D8D8D. Windows color (decimal): -4162459 or 6651072. OLE color: 6651072.

HSL color Cylindrical-coordinate representation of color #C07C65: hue angle of 15.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07C65 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 101 -
CMYK 0 0.35 0.47 0.25
HSL 15.16º 0.42% 0.57% -
HSV(B) 15.16º 0.47% 0.75% -
XYZ 31.29 26.56 15.79 -
YUV 141.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 192 124 101 0 0.35 0.47 0.25 15.16 0.42 0.57
Hex C0 7C 65 0 23 2F 19 F 2A 39
Octal 300 174 145 0 43 57 31 17 52 71
Binary 11000000 1111100 1100101 0 100011 101111 11001 1111 101010 111001

Color Harmonies of #C07C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C65

Black with #C07C65

Text Example


Text Example

White with #C07C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C65; }

 p { color: rgb(192,124,101); }

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

background-color css

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

 a { background-color: rgb(192,124,101); }

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

border-color css

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

 span { border-color: rgb(192,124,101); }

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