Html Css Color HEX #C3654C Flame Pea

📋 copy color: '#C3654C'

red 195 ◦ green 101 ◦ blue 76

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

Shades of Flame Pea #C3654C

Tints of Flame Pea #C3654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 52.42%
G = 27.15%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3654C (or 0xC3654C) is known color: Flame Pea. HEX triplet: C3, 65 and 4C. RGB value is (195,101,76). Sum of RGB (Red+Green+Blue) = 195+101+76=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3654C is #3C9AB3. Grayscale: #7E7E7E. Windows color (decimal): -3971764 or 5006787. OLE color: 5006787.

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

Color convert

RGB 195 101 76 -
CMYK 0 0.48 0.61 0.24
HSL 12.61º 0.5% 0.53% -
HSV(B) 12.61º 0.61% 0.76% -
XYZ 28.46 21.43 9.47 -
YUV 126.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 195 101 76 0 0.48 0.61 0.24 12.61 0.5 0.53
Hex C3 65 4C 0 30 3D 18 D 32 35
Octal 303 145 114 0 60 75 30 15 62 65
Binary 11000011 1100101 1001100 0 110000 111101 11000 1101 110010 110101

Color Harmonies of #C3654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3654C

Black with #C3654C

Text Example


Text Example

White with #C3654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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