Html Css Color HEX #C3654D Flame Pea

📋 copy color: '#C3654D'

red 195 ◦ green 101 ◦ blue 77

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

Shades of Flame Pea #C3654D

Tints of Flame Pea #C3654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 52.28%
G = 27.08%
B = 20.64%

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

#C3654D (or 0xC3654D) is known color: Flame Pea. HEX triplet: C3, 65 and 4D. RGB value is (195,101,77). Sum of RGB (Red+Green+Blue) = 195+101+77=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3654D is #3C9AB2. Grayscale: #7E7E7E. Windows color (decimal): -3971763 or 5072323. OLE color: 5072323.

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

Color convert

RGB 195 101 77 -
CMYK 0 0.48 0.61 0.24
HSL 12.2º 0.5% 0.53% -
HSV(B) 12.2º 0.61% 0.76% -
XYZ 28.5 21.45 9.66 -
YUV 126.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 195 101 77 0 0.48 0.61 0.24 12.2 0.5 0.53
Hex C3 65 4D 0 30 3D 18 C 32 35
Octal 303 145 115 0 60 75 30 14 62 65
Binary 11000011 1100101 1001101 0 110000 111101 11000 1100 110010 110101

Color Harmonies of #C3654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3654D

Black with #C3654D

Text Example


Text Example

White with #C3654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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