Html Css Color HEX #C0614C Flame Pea

📋 copy color: '#C0614C'

red 192 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #C0614C

Tints of Flame Pea #C0614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 52.6%
G = 26.58%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0614C (or 0xC0614C) is known color: Flame Pea. HEX triplet: C0, 61 and 4C. RGB value is (192,97,76). Sum of RGB (Red+Green+Blue) = 192+97+76=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0614C is #3F9EB3. Grayscale: #7B7B7B. Windows color (decimal): -4169396 or 5005760. OLE color: 5005760.

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

Color convert

RGB 192 97 76 -
CMYK 0 0.49 0.60 0.25
HSL 10.86º 0.48% 0.53% -
HSV(B) 10.86º 0.6% 0.75% -
XYZ 27.32 20.28 9.31 -
YUV 123.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 192 97 76 0 0.49 0.60 0.25 10.86 0.48 0.53
Hex C0 61 4C 0 31 3C 19 B 30 35
Octal 300 141 114 0 61 74 31 13 60 65
Binary 11000000 1100001 1001100 0 110001 111100 11001 1011 110000 110101

Color Harmonies of #C0614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0614C

Black with #C0614C

Text Example


Text Example

White with #C0614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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