Html Css Color HEX #C1304B Old Rose

📋 copy color: '#C1304B'

red 193 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C1304B

Tints of Old Rose #C1304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 61.08%
G = 15.19%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1304B (or 0xC1304B) is known color: Old Rose. HEX triplet: C1, 30 and 4B. RGB value is (193,48,75). Sum of RGB (Red+Green+Blue) = 193+48+75=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C1304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1304B is #3ECFB4. Grayscale: #5E5E5E. Windows color (decimal): -4116405 or 4927681. OLE color: 4927681.

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

Color convert

RGB 193 48 75 -
CMYK 0 0.75 0.61 0.24
HSL 348.83º 0.6% 0.47% -
HSV(B) 348.83º 0.75% 0.76% -
XYZ 24.32 13.96 8.07 -
YUV 94.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 193 48 75 0 0.75 0.61 0.24 348.83 0.6 0.47
Hex C1 30 4B 0 4B 3D 18 15D 3C 2F
Octal 301 60 113 0 113 75 30 535 74 57
Binary 11000001 110000 1001011 0 1001011 111101 11000 101011101 111100 101111

Color Harmonies of #C1304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1304B

Black with #C1304B

Text Example


Text Example

White with #C1304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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