Html Css Color HEX #C06042 Flame Pea

📋 copy color: '#C06042'

red 192 ◦ green 96 ◦ blue 66

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

Shades of Flame Pea #C06042

Tints of Flame Pea #C06042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 54.24%
G = 27.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06042 (or 0xC06042) is known color: Flame Pea. HEX triplet: C0, 60 and 42. RGB value is (192,96,66). Sum of RGB (Red+Green+Blue) = 192+96+66=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C06042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06042 is #3F9FBD. Grayscale: #797979. Windows color (decimal): -4169662 or 4350144. OLE color: 4350144.

HSL color Cylindrical-coordinate representation of color #C06042: hue angle of 14.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06042 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 66 -
CMYK 0 0.50 0.66 0.25
HSL 14.29º 0.5% 0.51% -
HSV(B) 14.29º 0.66% 0.75% -
XYZ 26.9 19.97 7.59 -
YUV 121.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 192 96 66 0 0.50 0.66 0.25 14.29 0.5 0.51
Hex C0 60 42 0 32 42 19 E 32 33
Octal 300 140 102 0 62 102 31 16 62 63
Binary 11000000 1100000 1000010 0 110010 1000010 11001 1110 110010 110011

Color Harmonies of #C06042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06042

Black with #C06042

Text Example


Text Example

White with #C06042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06042; }

 p { color: rgb(192,96,66); }

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

background-color css

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

 a { background-color: rgb(192,96,66); }

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

border-color css

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

 span { border-color: rgb(192,96,66); }

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