Html Css Color HEX #C06648 Flame Pea

📋 copy color: '#C06648'

red 192 ◦ green 102 ◦ blue 72

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

Shades of Flame Pea #C06648

Tints of Flame Pea #C06648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 52.46%
G = 27.87%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C06648 (or 0xC06648) is known color: Flame Pea. HEX triplet: C0, 66 and 48. RGB value is (192,102,72). Sum of RGB (Red+Green+Blue) = 192+102+72=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C06648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06648 is #3F99B7. Grayscale: #7D7D7D. Windows color (decimal): -4168120 or 4744896. OLE color: 4744896.

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

Color convert

RGB 192 102 72 -
CMYK 0 0.47 0.63 0.25
HSL 15º 0.49% 0.52% -
HSV(B) 15º 0.63% 0.75% -
XYZ 27.66 21.18 8.76 -
YUV 125.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 192 102 72 0 0.47 0.63 0.25 15 0.49 0.52
Hex C0 66 48 0 2F 3F 19 F 31 34
Octal 300 146 110 0 57 77 31 17 61 64
Binary 11000000 1100110 1001000 0 101111 111111 11001 1111 110001 110100

Color Harmonies of #C06648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06648

Black with #C06648

Text Example


Text Example

White with #C06648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06648; }

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

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

background-color css

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

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

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

border-color css

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

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

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