Html Css Color HEX #C5634B Flame Pea

📋 copy color: '#C5634B'

red 197 ◦ green 99 ◦ blue 75

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

Shades of Flame Pea #C5634B

Tints of Flame Pea #C5634B

RGB

 RED value IS 197 (77.34% from 255) = 53.1%

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 53.1%
G = 26.68%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5634B (or 0xC5634B) is known color: Flame Pea. HEX triplet: C5, 63 and 4B. RGB value is (197,99,75). Sum of RGB (Red+Green+Blue) = 197+99+75=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5634B is #3A9CB4. Grayscale: #7D7D7D. Windows color (decimal): -3841205 or 4940741. OLE color: 4940741.

HSL color Cylindrical-coordinate representation of color #C5634B: hue angle of 11.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5634B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 99 75 -
CMYK 0 0.50 0.62 0.23
HSL 11.8º 0.51% 0.53% -
HSV(B) 11.8º 0.62% 0.77% -
XYZ 28.76 21.3 9.25 -
YUV 125.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 197 99 75 0 0.50 0.62 0.23 11.8 0.51 0.53
Hex C5 63 4B 0 32 3E 17 C 33 35
Octal 305 143 113 0 62 76 27 14 63 65
Binary 11000101 1100011 1001011 0 110010 111110 10111 1100 110011 110101

Color Harmonies of #C5634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5634B

Black with #C5634B

Text Example


Text Example

White with #C5634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5634B; }

 p { color: rgb(197,99,75); }

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

background-color css

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

 a { background-color: rgb(197,99,75); }

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

border-color css

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

 span { border-color: rgb(197,99,75); }

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