Html Css Color HEX #C02661 Old Rose

📋 copy color: '#C02661'

red 192 ◦ green 38 ◦ blue 97

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

Shades of Old Rose #C02661

Tints of Old Rose #C02661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 58.72%
G = 11.62%
B = 29.66%

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

#C02661 (or 0xC02661) is known color: Old Rose. HEX triplet: C0, 26 and 61. RGB value is (192,38,97). Sum of RGB (Red+Green+Blue) = 192+38+97=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02661 is #3FD99E. Grayscale: #5A5A5A. Windows color (decimal): -4184479 or 6366912. OLE color: 6366912.

HSL color Cylindrical-coordinate representation of color #C02661: hue angle of 337.01º degrees, saturation: 0.67, 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 #C02661 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 97 -
CMYK 0 0.80 0.49 0.25
HSL 337.01º 0.67% 0.45% -
HSV(B) 337.01º 0.8% 0.75% -
XYZ 24.59 13.46 12.61 -
YUV 90.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 192 38 97 0 0.80 0.49 0.25 337.01 0.67 0.45
Hex C0 26 61 0 50 31 19 151 43 2D
Octal 300 46 141 0 120 61 31 521 103 55
Binary 11000000 100110 1100001 0 1010000 110001 11001 101010001 1000011 101101

Color Harmonies of #C02661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02661

Black with #C02661

Text Example


Text Example

White with #C02661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02661; }

 p { color: rgb(192,38,97); }

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

background-color css

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

 a { background-color: rgb(192,38,97); }

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

border-color css

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

 span { border-color: rgb(192,38,97); }

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