Html Css Color HEX #C0674C Flame Pea

📋 copy color: '#C0674C'

red 192 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #C0674C

Tints of Flame Pea #C0674C

RGB

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

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

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

R = 51.75%
G = 27.76%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0674C (or 0xC0674C) is known color: Flame Pea. HEX triplet: C0, 67 and 4C. RGB value is (192,103,76). Sum of RGB (Red+Green+Blue) = 192+103+76=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0674C is #3F98B3. Grayscale: #7E7E7E. Windows color (decimal): -4167860 or 5007296. OLE color: 5007296.

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

Color convert

RGB 192 103 76 -
CMYK 0 0.46 0.60 0.25
HSL 13.97º 0.48% 0.53% -
HSV(B) 13.97º 0.6% 0.75% -
XYZ 27.89 21.43 9.5 -
YUV 126.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 192 103 76 0 0.46 0.60 0.25 13.97 0.48 0.53
Hex C0 67 4C 0 2E 3C 19 E 30 35
Octal 300 147 114 0 56 74 31 16 60 65
Binary 11000000 1100111 1001100 0 101110 111100 11001 1110 110000 110101

Color Harmonies of #C0674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0674C

Black with #C0674C

Text Example


Text Example

White with #C0674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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