Html Css Color HEX #C02762 Old Rose

📋 copy color: '#C02762'

red 192 ◦ green 39 ◦ blue 98

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

Shades of Old Rose #C02762

Tints of Old Rose #C02762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 58.36%
G = 11.85%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C02762 (or 0xC02762) is known color: Old Rose. HEX triplet: C0, 27 and 62. RGB value is (192,39,98). Sum of RGB (Red+Green+Blue) = 192+39+98=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02762 is #3FD89D. Grayscale: #5B5B5B. Windows color (decimal): -4184222 or 6432704. OLE color: 6432704.

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

Color convert

RGB 192 39 98 -
CMYK 0 0.80 0.49 0.25
HSL 336.86º 0.66% 0.45% -
HSV(B) 336.86º 0.8% 0.75% -
XYZ 24.67 13.54 12.87 -
YUV 91.47 131.69 199.7 -
System Red Green Blue C M Y K H S L
Decimal 192 39 98 0 0.80 0.49 0.25 336.86 0.66 0.45
Hex C0 27 62 0 50 31 19 151 42 2D
Octal 300 47 142 0 120 61 31 521 102 55
Binary 11000000 100111 1100010 0 1010000 110001 11001 101010001 1000010 101101

Color Harmonies of #C02762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02762

Black with #C02762

Text Example


Text Example

White with #C02762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02762; }

 p { color: rgb(192,39,98); }

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

background-color css

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

 a { background-color: rgb(192,39,98); }

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

border-color css

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

 span { border-color: rgb(192,39,98); }

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