Html Css Color HEX #C06342 Flame Pea

📋 copy color: '#C06342'

red 192 ◦ green 99 ◦ blue 66

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

Shades of Flame Pea #C06342

Tints of Flame Pea #C06342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 53.78%
G = 27.73%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06342 (or 0xC06342) is known color: Flame Pea. HEX triplet: C0, 63 and 42. RGB value is (192,99,66). Sum of RGB (Red+Green+Blue) = 192+99+66=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C06342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06342 is #3F9CBD. Grayscale: #7B7B7B. Windows color (decimal): -4168894 or 4350912. OLE color: 4350912.

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

Color convert

RGB 192 99 66 -
CMYK 0 0.48 0.66 0.25
HSL 15.71º 0.5% 0.51% -
HSV(B) 15.71º 0.66% 0.75% -
XYZ 27.18 20.52 7.68 -
YUV 123.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 192 99 66 0 0.48 0.66 0.25 15.71 0.5 0.51
Hex C0 63 42 0 30 42 19 10 32 33
Octal 300 143 102 0 60 102 31 20 62 63
Binary 11000000 1100011 1000010 0 110000 1000010 11001 10000 110010 110011

Color Harmonies of #C06342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06342

Black with #C06342

Text Example


Text Example

White with #C06342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06342; }

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

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

background-color css

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

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

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

border-color css

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

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

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