#C3654B

Color #C3654B Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C3654B

Tints of Flame Pea #C3654B

Color information

#C3654B (or 0xC3654B) is unknown color: approx Flame Pea. HEX triplet: C3, 65 and 4B. RGB value is (195,101,75). Sum of RGB (Red+Green+Blue) = 195+101+75=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3654B is #3C9AB4. Grayscale: #7E7E7E. Windows color (decimal): -3971765 or 4941251. OLE color: 4941251.

HSL color Cylindrical-coordinate representation of color #C3654B: hue angle of 13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3654B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19510175-
CMYK00.480.620.24
HSL13º50%52.94%-
HSV(B)13º61.54%76.47%-
XYZ28.4321.429.29-
YUV126.1499.14177.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=52.56%
G=27.22%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951017500.480.620.24135052.94
HexC3654B0303E18d3235
Octal3031451130607630156265
Binary11000011110010110010110110000111110110001101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3654B; }

 p { color: rgb(195,101,75); }

 H1.HeaderClassName
 {
   color: #C3654B;
 }
 .AnyTagClassName
 {
   color: #C3654B;
 }
</style>
background-color css

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

 a { background-color: rgb(195,101,75); }

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

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

 span { border-color: rgb(195,101,75); }

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