Html Css Color HEX #C0644D Flame Pea

📋 copy color: '#C0644D'

red 192 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #C0644D

Tints of Flame Pea #C0644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 52.03%
G = 27.1%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0644D (or 0xC0644D) is known color: Flame Pea. HEX triplet: C0, 64 and 4D. RGB value is (192,100,77). Sum of RGB (Red+Green+Blue) = 192+100+77=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0644D is #3F9BB2. Grayscale: #7D7D7D. Windows color (decimal): -4168627 or 5072064. OLE color: 5072064.

HSL color Cylindrical-coordinate representation of color #C0644D: hue angle of 12º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0644D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 77 -
CMYK 0 0.48 0.60 0.25
HSL 12º 0.48% 0.53% -
HSV(B) 12º 0.6% 0.75% -
XYZ 27.63 20.86 9.59 -
YUV 124.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 192 100 77 0 0.48 0.60 0.25 12 0.48 0.53
Hex C0 64 4D 0 30 3C 19 C 30 35
Octal 300 144 115 0 60 74 31 14 60 65
Binary 11000000 1100100 1001101 0 110000 111100 11001 1100 110000 110101

Color Harmonies of #C0644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0644D

Black with #C0644D

Text Example


Text Example

White with #C0644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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