Html Css Color HEX #C06442 Flame Pea

📋 copy color: '#C06442'

red 192 ◦ green 100 ◦ blue 66

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

Shades of Flame Pea #C06442

Tints of Flame Pea #C06442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 53.63%
G = 27.93%
B = 18.44%

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

#C06442 (or 0xC06442) is known color: Flame Pea. HEX triplet: C0, 64 and 42. RGB value is (192,100,66). Sum of RGB (Red+Green+Blue) = 192+100+66=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06442 is #3F9BBD. Grayscale: #7B7B7B. Windows color (decimal): -4168638 or 4351168. OLE color: 4351168.

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

Color convert

RGB 192 100 66 -
CMYK 0 0.48 0.66 0.25
HSL 16.19º 0.5% 0.51% -
HSV(B) 16.19º 0.66% 0.75% -
XYZ 27.28 20.71 7.71 -
YUV 123.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 192 100 66 0 0.48 0.66 0.25 16.19 0.5 0.51
Hex C0 64 42 0 30 42 19 10 32 33
Octal 300 144 102 0 60 102 31 20 62 63
Binary 11000000 1100100 1000010 0 110000 1000010 11001 10000 110010 110011

Color Harmonies of #C06442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06442

Black with #C06442

Text Example


Text Example

White with #C06442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06442; }

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

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

background-color css

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

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

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

border-color css

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

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

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