Html Css Color HEX #C02865 Old Rose

📋 copy color: '#C02865'

red 192 ◦ green 40 ◦ blue 101

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

Shades of Old Rose #C02865

Tints of Old Rose #C02865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 57.66%
G = 12.01%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02865 (or 0xC02865) is known color: Old Rose. HEX triplet: C0, 28 and 65. RGB value is (192,40,101). Sum of RGB (Red+Green+Blue) = 192+40+101=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02865 is #3FD79A. Grayscale: #5C5C5C. Windows color (decimal): -4183963 or 6629568. OLE color: 6629568.

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

Color convert

RGB 192 40 101 -
CMYK 0 0.79 0.47 0.25
HSL 335.92º 0.66% 0.45% -
HSV(B) 335.92º 0.79% 0.75% -
XYZ 24.85 13.66 13.64 -
YUV 92.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 192 40 101 0 0.79 0.47 0.25 335.92 0.66 0.45
Hex C0 28 65 0 4F 2F 19 150 42 2D
Octal 300 50 145 0 117 57 31 520 102 55
Binary 11000000 101000 1100101 0 1001111 101111 11001 101010000 1000010 101101

Color Harmonies of #C02865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02865

Black with #C02865

Text Example


Text Example

White with #C02865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02865; }

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

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

background-color css

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

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

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

border-color css

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

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

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