Html Css Color HEX #C0634A Flame Pea

📋 copy color: '#C0634A'

red 192 ◦ green 99 ◦ blue 74

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

Shades of Flame Pea #C0634A

Tints of Flame Pea #C0634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 52.6%
G = 27.12%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0634A (or 0xC0634A) is known color: Flame Pea. HEX triplet: C0, 63 and 4A. RGB value is (192,99,74). Sum of RGB (Red+Green+Blue) = 192+99+74=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0634A is #3F9CB5. Grayscale: #7C7C7C. Windows color (decimal): -4168886 or 4875200. OLE color: 4875200.

HSL color Cylindrical-coordinate representation of color #C0634A: hue angle of 12.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0634A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 74 -
CMYK 0 0.48 0.61 0.25
HSL 12.71º 0.48% 0.52% -
HSV(B) 12.71º 0.61% 0.75% -
XYZ 27.44 20.62 9.01 -
YUV 123.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 192 99 74 0 0.48 0.61 0.25 12.71 0.48 0.52
Hex C0 63 4A 0 30 3D 19 D 30 34
Octal 300 143 112 0 60 75 31 15 60 64
Binary 11000000 1100011 1001010 0 110000 111101 11001 1101 110000 110100

Color Harmonies of #C0634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0634A

Black with #C0634A

Text Example


Text Example

White with #C0634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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