Html Css Color HEX #C35A46 Flame Pea

📋 copy color: '#C35A46'

red 195 ◦ green 90 ◦ blue 70

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

Shades of Flame Pea #C35A46

Tints of Flame Pea #C35A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 54.93%
G = 25.35%
B = 19.72%

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

#C35A46 (or 0xC35A46) is known color: Flame Pea. HEX triplet: C3, 5A and 46. RGB value is (195,90,70). Sum of RGB (Red+Green+Blue) = 195+90+70=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A46 is #3CA5B9. Grayscale: #777777. Windows color (decimal): -3974586 or 4610755. OLE color: 4610755.

HSL color Cylindrical-coordinate representation of color #C35A46: hue angle of 9.6º 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 #C35A46 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 90 70 -
CMYK 0 0.54 0.64 0.24
HSL 9.6º 0.51% 0.52% -
HSV(B) 9.6º 0.64% 0.76% -
XYZ 27.27 19.36 8.09 -
YUV 119.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 195 90 70 0 0.54 0.64 0.24 9.6 0.51 0.52
Hex C3 5A 46 0 36 40 18 A 33 34
Octal 303 132 106 0 66 100 30 12 63 64
Binary 11000011 1011010 1000110 0 110110 1000000 11000 1010 110011 110100

Color Harmonies of #C35A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A46

Black with #C35A46

Text Example


Text Example

White with #C35A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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