Html Css Color HEX #0C0A06 Maire

📋 copy color: '#0C0A06'

red 12 ◦ green 10 ◦ blue 6

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

Shades of Maire #0C0A06

Tints of Maire #0C0A06

RGB

 RED value IS 12 (5.08% from 255) = 42.86%

 GREEN value IS 10 (4.3% from 255) = 35.71%

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.95

RGB Variations

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

Color information

#0C0A06 (or 0x0C0A06) is known color: Maire. HEX triplet: 0C, 0A and 06. RGB value is (12,10,6). Sum of RGB (Red+Green+Blue) = 12+10+6=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A06 is #F3F5F9. Grayscale: #0A0A0A. Windows color (decimal): -15988218 or 395788. OLE color: 395788.

HSL color Cylindrical-coordinate representation of color #0C0A06: hue angle of 40º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0A06 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 10 6 -
CMYK 0 0.17 0.50 0.95
HSL 40º 0.33% 0.04% -
HSV(B) 40º 0.5% 0.05% -
XYZ 0.29 0.31 0.22 -
YUV 10.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 12 10 6 0 0.17 0.50 0.95 40 0.33 0.04
Hex C A 6 0 11 32 5F 28 21 4
Octal 14 12 6 0 21 62 137 50 41 4
Binary 1100 1010 110 0 10001 110010 1011111 101000 100001 100

Color Harmonies of #0C0A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A06

Black with #0C0A06

Text Example


Text Example

White with #0C0A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0A06; }

 p { color: rgb(12,10,6); }

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

background-color css

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

 a { background-color: rgb(12,10,6); }

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

border-color css

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

 span { border-color: rgb(12,10,6); }

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