Html Css Color HEX #C0644F Flame Pea

📋 copy color: '#C0644F'

red 192 ◦ green 100 ◦ blue 79

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

Shades of Flame Pea #C0644F

Tints of Flame Pea #C0644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 51.75%
G = 26.95%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0644F (or 0xC0644F) is known color: Flame Pea. HEX triplet: C0, 64 and 4F. RGB value is (192,100,79). Sum of RGB (Red+Green+Blue) = 192+100+79=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0644F is #3F9BB0. Grayscale: #7D7D7D. Windows color (decimal): -4168625 or 5203136. OLE color: 5203136.

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

Color convert

RGB 192 100 79 -
CMYK 0 0.48 0.59 0.25
HSL 11.15º 0.47% 0.53% -
HSV(B) 11.15º 0.59% 0.75% -
XYZ 27.71 20.89 9.97 -
YUV 125.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 192 100 79 0 0.48 0.59 0.25 11.15 0.47 0.53
Hex C0 64 4F 0 30 3B 19 B 2F 35
Octal 300 144 117 0 60 73 31 13 57 65
Binary 11000000 1100100 1001111 0 110000 111011 11001 1011 101111 110101

Color Harmonies of #C0644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0644F

Black with #C0644F

Text Example


Text Example

White with #C0644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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