Html Css Color HEX #C14252 Old Rose

📋 copy color: '#C14252'

red 193 ◦ green 66 ◦ blue 82

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

Shades of Old Rose #C14252

Tints of Old Rose #C14252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 56.6%
G = 19.35%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C14252 (or 0xC14252) is known color: Old Rose. HEX triplet: C1, 42 and 52. RGB value is (193,66,82). Sum of RGB (Red+Green+Blue) = 193+66+82=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C14252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14252 is #3EBDAD. Grayscale: #696969. Windows color (decimal): -4111790 or 5391041. OLE color: 5391041.

HSL color Cylindrical-coordinate representation of color #C14252: hue angle of 352.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14252 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 82 -
CMYK 0 0.66 0.58 0.24
HSL 352.44º 0.51% 0.51% -
HSV(B) 352.44º 0.66% 0.76% -
XYZ 25.46 15.84 9.7 -
YUV 105.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 193 66 82 0 0.66 0.58 0.24 352.44 0.51 0.51
Hex C1 42 52 0 42 3A 18 160 33 33
Octal 301 102 122 0 102 72 30 540 63 63
Binary 11000001 1000010 1010010 0 1000010 111010 11000 101100000 110011 110011

Color Harmonies of #C14252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14252

Black with #C14252

Text Example


Text Example

White with #C14252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14252; }

 p { color: rgb(193,66,82); }

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

background-color css

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

 a { background-color: rgb(193,66,82); }

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

border-color css

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

 span { border-color: rgb(193,66,82); }

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