Html Css Color HEX #C35748 Flame Pea

📋 copy color: '#C35748'

red 195 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #C35748

Tints of Flame Pea #C35748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 55.08%
G = 24.58%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C35748 (or 0xC35748) is known color: Flame Pea. HEX triplet: C3, 57 and 48. RGB value is (195,87,72). Sum of RGB (Red+Green+Blue) = 195+87+72=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C35748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35748 is #3CA8B7. Grayscale: #757575. Windows color (decimal): -3975352 or 4741059. OLE color: 4741059.

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

Color convert

RGB 195 87 72 -
CMYK 0 0.55 0.63 0.24
HSL 7.32º 0.51% 0.52% -
HSV(B) 7.32º 0.63% 0.76% -
XYZ 27.08 18.89 8.35 -
YUV 117.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 195 87 72 0 0.55 0.63 0.24 7.32 0.51 0.52
Hex C3 57 48 0 37 3F 18 7 33 34
Octal 303 127 110 0 67 77 30 7 63 64
Binary 11000011 1010111 1001000 0 110111 111111 11000 111 110011 110100

Color Harmonies of #C35748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35748

Black with #C35748

Text Example


Text Example

White with #C35748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35748; }

 p { color: rgb(195,87,72); }

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

background-color css

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

 a { background-color: rgb(195,87,72); }

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

border-color css

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

 span { border-color: rgb(195,87,72); }

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