Html Css Color HEX #C06646 Flame Pea

📋 copy color: '#C06646'

red 192 ◦ green 102 ◦ blue 70

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

Shades of Flame Pea #C06646

Tints of Flame Pea #C06646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 52.75%
G = 28.02%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C06646 (or 0xC06646) is known color: Flame Pea. HEX triplet: C0, 66 and 46. RGB value is (192,102,70). Sum of RGB (Red+Green+Blue) = 192+102+70=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C06646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06646 is #3F99B9. Grayscale: #7D7D7D. Windows color (decimal): -4168122 or 4613824. OLE color: 4613824.

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

Color convert

RGB 192 102 70 -
CMYK 0 0.47 0.64 0.25
HSL 15.74º 0.49% 0.51% -
HSV(B) 15.74º 0.64% 0.75% -
XYZ 27.6 21.15 8.42 -
YUV 125.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 192 102 70 0 0.47 0.64 0.25 15.74 0.49 0.51
Hex C0 66 46 0 2F 40 19 10 31 33
Octal 300 146 106 0 57 100 31 20 61 63
Binary 11000000 1100110 1000110 0 101111 1000000 11001 10000 110001 110011

Color Harmonies of #C06646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06646

Black with #C06646

Text Example


Text Example

White with #C06646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06646; }

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

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

background-color css

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

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

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

border-color css

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

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

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