Html Css Color HEX #C01E4B Old Rose

📋 copy color: '#C01E4B'

red 192 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #C01E4B

Tints of Old Rose #C01E4B

RGB

 RED value IS 192 (75.39% from 255) = 64.65%

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 64.65%
G = 10.1%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C01E4B (or 0xC01E4B) is known color: Old Rose. HEX triplet: C0, 1E and 4B. RGB value is (192,30,75). Sum of RGB (Red+Green+Blue) = 192+30+75=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E4B is #3FE1B4. Grayscale: #535353. Windows color (decimal): -4186549 or 4923072. OLE color: 4923072.

HSL color Cylindrical-coordinate representation of color #C01E4B: hue angle of 343.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E4B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 75 -
CMYK 0 0.84 0.61 0.25
HSL 343.33º 0.73% 0.44% -
HSV(B) 343.33º 0.84% 0.75% -
XYZ 23.47 12.64 7.86 -
YUV 83.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 192 30 75 0 0.84 0.61 0.25 343.33 0.73 0.44
Hex C0 1E 4B 0 54 3D 19 157 49 2C
Octal 300 36 113 0 124 75 31 527 111 54
Binary 11000000 11110 1001011 0 1010100 111101 11001 101010111 1001001 101100

Color Harmonies of #C01E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E4B

Black with #C01E4B

Text Example


Text Example

White with #C01E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E4B; }

 p { color: rgb(192,30,75); }

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

background-color css

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

 a { background-color: rgb(192,30,75); }

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

border-color css

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

 span { border-color: rgb(192,30,75); }

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