Html Css Color HEX #C0634E Flame Pea

📋 copy color: '#C0634E'

red 192 ◦ green 99 ◦ blue 78

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

Shades of Flame Pea #C0634E

Tints of Flame Pea #C0634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 52.03%
G = 26.83%
B = 21.14%

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

#C0634E (or 0xC0634E) is known color: Flame Pea. HEX triplet: C0, 63 and 4E. RGB value is (192,99,78). Sum of RGB (Red+Green+Blue) = 192+99+78=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0634E is #3F9CB1. Grayscale: #7C7C7C. Windows color (decimal): -4168882 or 5137344. OLE color: 5137344.

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

Color convert

RGB 192 99 78 -
CMYK 0 0.48 0.59 0.25
HSL 11.05º 0.48% 0.53% -
HSV(B) 11.05º 0.59% 0.75% -
XYZ 27.58 20.68 9.75 -
YUV 124.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 192 99 78 0 0.48 0.59 0.25 11.05 0.48 0.53
Hex C0 63 4E 0 30 3B 19 B 30 35
Octal 300 143 116 0 60 73 31 13 60 65
Binary 11000000 1100011 1001110 0 110000 111011 11001 1011 110000 110101

Color Harmonies of #C0634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0634E

Black with #C0634E

Text Example


Text Example

White with #C0634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0634E; }

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

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

background-color css

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

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

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

border-color css

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

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

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