Html Css Color HEX #C1674C Flame Pea

📋 copy color: '#C1674C'

red 193 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #C1674C

Tints of Flame Pea #C1674C

RGB

 RED value IS 193 (75.78% from 255) = 51.88%

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 51.88%
G = 27.69%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1674C (or 0xC1674C) is known color: Flame Pea. HEX triplet: C1, 67 and 4C. RGB value is (193,103,76). Sum of RGB (Red+Green+Blue) = 193+103+76=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1674C is #3E98B3. Grayscale: #7F7F7F. Windows color (decimal): -4102324 or 5007297. OLE color: 5007297.

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

Color convert

RGB 193 103 76 -
CMYK 0 0.47 0.61 0.24
HSL 13.85º 0.49% 0.53% -
HSV(B) 13.85º 0.61% 0.76% -
XYZ 28.15 21.56 9.52 -
YUV 126.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 193 103 76 0 0.47 0.61 0.24 13.85 0.49 0.53
Hex C1 67 4C 0 2F 3D 18 E 31 35
Octal 301 147 114 0 57 75 30 16 61 65
Binary 11000001 1100111 1001100 0 101111 111101 11000 1110 110001 110101

Color Harmonies of #C1674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1674C

Black with #C1674C

Text Example


Text Example

White with #C1674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1674C; }

 p { color: rgb(193,103,76); }

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

background-color css

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

 a { background-color: rgb(193,103,76); }

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

border-color css

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

 span { border-color: rgb(193,103,76); }

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