Html Css Color HEX #C1674A Flame Pea

📋 copy color: '#C1674A'

red 193 ◦ green 103 ◦ blue 74

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

Shades of Flame Pea #C1674A

Tints of Flame Pea #C1674A

RGB

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

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

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

R = 52.16%
G = 27.84%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1674A (or 0xC1674A) is known color: Flame Pea. HEX triplet: C1, 67 and 4A. RGB value is (193,103,74). Sum of RGB (Red+Green+Blue) = 193+103+74=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1674A is #3E98B5. Grayscale: #7E7E7E. Windows color (decimal): -4102326 or 4876225. OLE color: 4876225.

HSL color Cylindrical-coordinate representation of color #C1674A: hue angle of 14.62º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1674A is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 103 74 -
CMYK 0 0.47 0.62 0.24
HSL 14.62º 0.49% 0.52% -
HSV(B) 14.62º 0.62% 0.76% -
XYZ 28.08 21.53 9.15 -
YUV 126.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 193 103 74 0 0.47 0.62 0.24 14.62 0.49 0.52
Hex C1 67 4A 0 2F 3E 18 F 31 34
Octal 301 147 112 0 57 76 30 17 61 64
Binary 11000001 1100111 1001010 0 101111 111110 11000 1111 110001 110100

Color Harmonies of #C1674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1674A

Black with #C1674A

Text Example


Text Example

White with #C1674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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