Html Css Color HEX #C02365 Old Rose

📋 copy color: '#C02365'

red 192 ◦ green 35 ◦ blue 101

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

Shades of Old Rose #C02365

Tints of Old Rose #C02365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 58.54%
G = 10.67%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02365 (or 0xC02365) is known color: Old Rose. HEX triplet: C0, 23 and 65. RGB value is (192,35,101). Sum of RGB (Red+Green+Blue) = 192+35+101=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02365 is #3FDC9A. Grayscale: #595959. Windows color (decimal): -4185243 or 6628288. OLE color: 6628288.

HSL color Cylindrical-coordinate representation of color #C02365: hue angle of 334.78º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02365 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 101 -
CMYK 0 0.82 0.47 0.25
HSL 334.78º 0.69% 0.45% -
HSV(B) 334.78º 0.82% 0.75% -
XYZ 24.69 13.35 13.59 -
YUV 89.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 192 35 101 0 0.82 0.47 0.25 334.78 0.69 0.45
Hex C0 23 65 0 52 2F 19 14F 45 2D
Octal 300 43 145 0 122 57 31 517 105 55
Binary 11000000 100011 1100101 0 1010010 101111 11001 101001111 1000101 101101

Color Harmonies of #C02365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02365

Black with #C02365

Text Example


Text Example

White with #C02365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02365; }

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

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

background-color css

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

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

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

border-color css

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

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

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