Html Css Color HEX #C3664A Flame Pea

📋 copy color: '#C3664A'

red 195 ◦ green 102 ◦ blue 74

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

Shades of Flame Pea #C3664A

Tints of Flame Pea #C3664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 74 (29.3% from 255) = 19.95%

R = 52.56%
G = 27.49%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3664A (or 0xC3664A) is known color: Flame Pea. HEX triplet: C3, 66 and 4A. RGB value is (195,102,74). Sum of RGB (Red+Green+Blue) = 195+102+74=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3664A is #3C99B5. Grayscale: #7E7E7E. Windows color (decimal): -3971510 or 4875971. OLE color: 4875971.

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

Color convert

RGB 195 102 74 -
CMYK 0 0.48 0.62 0.24
HSL 13.88º 0.5% 0.53% -
HSV(B) 13.88º 0.62% 0.76% -
XYZ 28.49 21.6 9.15 -
YUV 126.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 195 102 74 0 0.48 0.62 0.24 13.88 0.5 0.53
Hex C3 66 4A 0 30 3E 18 E 32 35
Octal 303 146 112 0 60 76 30 16 62 65
Binary 11000011 1100110 1001010 0 110000 111110 11000 1110 110010 110101

Color Harmonies of #C3664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3664A

Black with #C3664A

Text Example


Text Example

White with #C3664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3664A; }

 p { color: rgb(195,102,74); }

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

background-color css

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

 a { background-color: rgb(195,102,74); }

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

border-color css

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

 span { border-color: rgb(195,102,74); }

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