Html Css Color HEX #C14055 Old Rose

📋 copy color: '#C14055'

red 193 ◦ green 64 ◦ blue 85

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

Shades of Old Rose #C14055

Tints of Old Rose #C14055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 56.43%
G = 18.71%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C14055 (or 0xC14055) is known color: Old Rose. HEX triplet: C1, 40 and 55. RGB value is (193,64,85). Sum of RGB (Red+Green+Blue) = 193+64+85=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C14055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14055 is #3EBFAA. Grayscale: #696969. Windows color (decimal): -4112299 or 5587137. OLE color: 5587137.

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

Color convert

RGB 193 64 85 -
CMYK 0 0.67 0.56 0.24
HSL 350.23º 0.51% 0.5% -
HSV(B) 350.23º 0.67% 0.76% -
XYZ 25.47 15.66 10.27 -
YUV 104.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 193 64 85 0 0.67 0.56 0.24 350.23 0.51 0.5
Hex C1 40 55 0 43 38 18 15E 33 32
Octal 301 100 125 0 103 70 30 536 63 62
Binary 11000001 1000000 1010101 0 1000011 111000 11000 101011110 110011 110010

Color Harmonies of #C14055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14055

Black with #C14055

Text Example


Text Example

White with #C14055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14055; }

 p { color: rgb(193,64,85); }

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

background-color css

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

 a { background-color: rgb(193,64,85); }

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

border-color css

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

 span { border-color: rgb(193,64,85); }

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