Html Css Color HEX #C01F65 Old Rose

📋 copy color: '#C01F65'

red 192 ◦ green 31 ◦ blue 101

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

Shades of Old Rose #C01F65

Tints of Old Rose #C01F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 59.26%
G = 9.57%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C01F65 (or 0xC01F65) is known color: Old Rose. HEX triplet: C0, 1F and 65. RGB value is (192,31,101). Sum of RGB (Red+Green+Blue) = 192+31+101=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F65 is #3FE09A. Grayscale: #565656. Windows color (decimal): -4186267 or 6627264. OLE color: 6627264.

HSL color Cylindrical-coordinate representation of color #C01F65: hue angle of 333.91º degrees, saturation: 0.72, 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 #C01F65 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 101 -
CMYK 0 0.84 0.47 0.25
HSL 333.91º 0.72% 0.44% -
HSV(B) 333.91º 0.84% 0.75% -
XYZ 24.58 13.13 13.55 -
YUV 87.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 192 31 101 0 0.84 0.47 0.25 333.91 0.72 0.44
Hex C0 1F 65 0 54 2F 19 14E 48 2C
Octal 300 37 145 0 124 57 31 516 110 54
Binary 11000000 11111 1100101 0 1010100 101111 11001 101001110 1001000 101100

Color Harmonies of #C01F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F65

Black with #C01F65

Text Example


Text Example

White with #C01F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F65; }

 p { color: rgb(192,31,101); }

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

background-color css

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

 a { background-color: rgb(192,31,101); }

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

border-color css

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

 span { border-color: rgb(192,31,101); }

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