Html Css Color HEX #C0674E Flame Pea

📋 copy color: '#C0674E'

red 192 ◦ green 103 ◦ blue 78

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

Shades of Flame Pea #C0674E

Tints of Flame Pea #C0674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 51.47%
G = 27.61%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0674E (or 0xC0674E) is known color: Flame Pea. HEX triplet: C0, 67 and 4E. RGB value is (192,103,78). Sum of RGB (Red+Green+Blue) = 192+103+78=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0674E is #3F98B1. Grayscale: #7E7E7E. Windows color (decimal): -4167858 or 5138368. OLE color: 5138368.

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

Color convert

RGB 192 103 78 -
CMYK 0 0.46 0.59 0.25
HSL 13.16º 0.48% 0.53% -
HSV(B) 13.16º 0.59% 0.75% -
XYZ 27.96 21.46 9.88 -
YUV 126.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 192 103 78 0 0.46 0.59 0.25 13.16 0.48 0.53
Hex C0 67 4E 0 2E 3B 19 D 30 35
Octal 300 147 116 0 56 73 31 15 60 65
Binary 11000000 1100111 1001110 0 101110 111011 11001 1101 110000 110101

Color Harmonies of #C0674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0674E

Black with #C0674E

Text Example


Text Example

White with #C0674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0674E; }

 p { color: rgb(192,103,78); }

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

background-color css

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

 a { background-color: rgb(192,103,78); }

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

border-color css

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

 span { border-color: rgb(192,103,78); }

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