Html Css Color HEX #C14C4B Sunset

📋 copy color: '#C14C4B'

red 193 ◦ green 76 ◦ blue 75

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

Shades of Sunset #C14C4B

Tints of Sunset #C14C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

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

R = 56.1%
G = 22.09%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C14C4B (or 0xC14C4B) is known color: Sunset. HEX triplet: C1, 4C and 4B. RGB value is (193,76,75). Sum of RGB (Red+Green+Blue) = 193+76+75=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C4B is #3EB3B4. Grayscale: #6E6E6E. Windows color (decimal): -4109237 or 4934849. OLE color: 4934849.

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

Color convert

RGB 193 76 75 -
CMYK 0 0.61 0.61 0.24
HSL 0.51º 0.49% 0.53% -
HSV(B) 0.51º 0.61% 0.76% -
XYZ 25.85 17.01 8.58 -
YUV 110.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 193 76 75 0 0.61 0.61 0.24 0.51 0.49 0.53
Hex C1 4C 4B 0 3D 3D 18 1 31 35
Octal 301 114 113 0 75 75 30 1 61 65
Binary 11000001 1001100 1001011 0 111101 111101 11000 1 110001 110101

Color Harmonies of #C14C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C4B

Black with #C14C4B

Text Example


Text Example

White with #C14C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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