Html Css Color HEX #C3664C Flame Pea

📋 copy color: '#C3664C'

red 195 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #C3664C

Tints of Flame Pea #C3664C

RGB

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

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

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

R = 52.28%
G = 27.35%
B = 20.38%

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

#C3664C (or 0xC3664C) is known color: Flame Pea. HEX triplet: C3, 66 and 4C. RGB value is (195,102,76). Sum of RGB (Red+Green+Blue) = 195+102+76=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3664C is #3C99B3. Grayscale: #7F7F7F. Windows color (decimal): -3971508 or 5007043. OLE color: 5007043.

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

Color convert

RGB 195 102 76 -
CMYK 0 0.48 0.61 0.24
HSL 13.11º 0.5% 0.53% -
HSV(B) 13.11º 0.61% 0.76% -
XYZ 28.56 21.63 9.51 -
YUV 126.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 195 102 76 0 0.48 0.61 0.24 13.11 0.5 0.53
Hex C3 66 4C 0 30 3D 18 D 32 35
Octal 303 146 114 0 60 75 30 15 62 65
Binary 11000011 1100110 1001100 0 110000 111101 11000 1101 110010 110101

Color Harmonies of #C3664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3664C

Black with #C3664C

Text Example


Text Example

White with #C3664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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