Html Css Color HEX #C1674B Flame Pea

📋 copy color: '#C1674B'

red 193 ◦ green 103 ◦ blue 75

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

Shades of Flame Pea #C1674B

Tints of Flame Pea #C1674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 52.02%
G = 27.76%
B = 20.22%

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

#C1674B (or 0xC1674B) is known color: Flame Pea. HEX triplet: C1, 67 and 4B. RGB value is (193,103,75). Sum of RGB (Red+Green+Blue) = 193+103+75=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1674B is #3E98B4. Grayscale: #7E7E7E. Windows color (decimal): -4102325 or 4941761. OLE color: 4941761.

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

Color convert

RGB 193 103 75 -
CMYK 0 0.47 0.61 0.24
HSL 14.24º 0.49% 0.53% -
HSV(B) 14.24º 0.61% 0.76% -
XYZ 28.11 21.55 9.33 -
YUV 126.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 193 103 75 0 0.47 0.61 0.24 14.24 0.49 0.53
Hex C1 67 4B 0 2F 3D 18 E 31 35
Octal 301 147 113 0 57 75 30 16 61 65
Binary 11000001 1100111 1001011 0 101111 111101 11000 1110 110001 110101

Color Harmonies of #C1674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1674B

Black with #C1674B

Text Example


Text Example

White with #C1674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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