Html Css Color HEX #C35946 Flame Pea

📋 copy color: '#C35946'

red 195 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #C35946

Tints of Flame Pea #C35946

RGB

 RED value IS 195 (76.56% from 255) = 55.08%

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 55.08%
G = 25.14%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C35946 (or 0xC35946) is known color: Flame Pea. HEX triplet: C3, 59 and 46. RGB value is (195,89,70). Sum of RGB (Red+Green+Blue) = 195+89+70=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C35946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35946 is #3CA6B9. Grayscale: #767676. Windows color (decimal): -3974842 or 4610499. OLE color: 4610499.

HSL color Cylindrical-coordinate representation of color #C35946: hue angle of 9.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35946 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 89 70 -
CMYK 0 0.54 0.64 0.24
HSL 9.12º 0.51% 0.52% -
HSV(B) 9.12º 0.64% 0.76% -
XYZ 27.18 19.19 8.07 -
YUV 118.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 195 89 70 0 0.54 0.64 0.24 9.12 0.51 0.52
Hex C3 59 46 0 36 40 18 9 33 34
Octal 303 131 106 0 66 100 30 11 63 64
Binary 11000011 1011001 1000110 0 110110 1000000 11000 1001 110011 110100

Color Harmonies of #C35946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35946

Black with #C35946

Text Example


Text Example

White with #C35946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35946; }

 p { color: rgb(195,89,70); }

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

background-color css

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

 a { background-color: rgb(195,89,70); }

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

border-color css

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

 span { border-color: rgb(195,89,70); }

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