Html Css Color HEX #C0614F Flame Pea

📋 copy color: '#C0614F'

red 192 ◦ green 97 ◦ blue 79

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

Shades of Flame Pea #C0614F

Tints of Flame Pea #C0614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 52.17%
G = 26.36%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0614F (or 0xC0614F) is known color: Flame Pea. HEX triplet: C0, 61 and 4F. RGB value is (192,97,79). Sum of RGB (Red+Green+Blue) = 192+97+79=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0614F is #3F9EB0. Grayscale: #7B7B7B. Windows color (decimal): -4169393 or 5202368. OLE color: 5202368.

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

Color convert

RGB 192 97 79 -
CMYK 0 0.49 0.59 0.25
HSL 9.56º 0.47% 0.53% -
HSV(B) 9.56º 0.59% 0.75% -
XYZ 27.42 20.32 9.87 -
YUV 123.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 192 97 79 0 0.49 0.59 0.25 9.56 0.47 0.53
Hex C0 61 4F 0 31 3B 19 A 2F 35
Octal 300 141 117 0 61 73 31 12 57 65
Binary 11000000 1100001 1001111 0 110001 111011 11001 1010 101111 110101

Color Harmonies of #C0614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0614F

Black with #C0614F

Text Example


Text Example

White with #C0614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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