Html Css Color HEX #C07C66 Burning Sand

📋 copy color: '#C07C66'

red 192 ◦ green 124 ◦ blue 102

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

Shades of Burning Sand #C07C66

Tints of Burning Sand #C07C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 45.93%
G = 29.67%
B = 24.4%

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

#C07C66 (or 0xC07C66) is known color: Burning Sand. HEX triplet: C0, 7C and 66. RGB value is (192,124,102). Sum of RGB (Red+Green+Blue) = 192+124+102=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C66 is #3F8399. Grayscale: #8D8D8D. Windows color (decimal): -4162458 or 6716608. OLE color: 6716608.

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

Color convert

RGB 192 124 102 -
CMYK 0 0.35 0.47 0.25
HSL 14.67º 0.42% 0.58% -
HSV(B) 14.67º 0.47% 0.75% -
XYZ 31.34 26.58 16.05 -
YUV 141.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 192 124 102 0 0.35 0.47 0.25 14.67 0.42 0.58
Hex C0 7C 66 0 23 2F 19 F 2A 3A
Octal 300 174 146 0 43 57 31 17 52 72
Binary 11000000 1111100 1100110 0 100011 101111 11001 1111 101010 111010

Color Harmonies of #C07C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C66

Black with #C07C66

Text Example


Text Example

White with #C07C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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