Html Css Color HEX #C35D4B Flame Pea

📋 copy color: '#C35D4B'

red 195 ◦ green 93 ◦ blue 75

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

Shades of Flame Pea #C35D4B

Tints of Flame Pea #C35D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 53.72%
G = 25.62%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C35D4B (or 0xC35D4B) is known color: Flame Pea. HEX triplet: C3, 5D and 4B. RGB value is (195,93,75). Sum of RGB (Red+Green+Blue) = 195+93+75=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D4B is #3CA2B4. Grayscale: #797979. Windows color (decimal): -3973813 or 4939203. OLE color: 4939203.

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

Color convert

RGB 195 93 75 -
CMYK 0 0.52 0.62 0.24
HSL 0.5% 0.53% -
HSV(B) 0.62% 0.76% -
XYZ 27.69 19.94 9.05 -
YUV 121.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 195 93 75 0 0.52 0.62 0.24 9 0.5 0.53
Hex C3 5D 4B 0 34 3E 18 9 32 35
Octal 303 135 113 0 64 76 30 11 62 65
Binary 11000011 1011101 1001011 0 110100 111110 11000 1001 110010 110101

Color Harmonies of #C35D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D4B

Black with #C35D4B

Text Example


Text Example

White with #C35D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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