Html Css Color HEX #C02761 Old Rose

📋 copy color: '#C02761'

red 192 ◦ green 39 ◦ blue 97

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

Shades of Old Rose #C02761

Tints of Old Rose #C02761

RGB

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

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

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

R = 58.54%
G = 11.89%
B = 29.57%

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

#C02761 (or 0xC02761) is known color: Old Rose. HEX triplet: C0, 27 and 61. RGB value is (192,39,97). Sum of RGB (Red+Green+Blue) = 192+39+97=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02761 is #3FD89E. Grayscale: #5B5B5B. Windows color (decimal): -4184223 or 6367168. OLE color: 6367168.

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

Color convert

RGB 192 39 97 -
CMYK 0 0.80 0.49 0.25
HSL 337.25º 0.66% 0.45% -
HSV(B) 337.25º 0.8% 0.75% -
XYZ 24.62 13.52 12.62 -
YUV 91.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 192 39 97 0 0.80 0.49 0.25 337.25 0.66 0.45
Hex C0 27 61 0 50 31 19 151 42 2D
Octal 300 47 141 0 120 61 31 521 102 55
Binary 11000000 100111 1100001 0 1010000 110001 11001 101010001 1000010 101101

Color Harmonies of #C02761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02761

Black with #C02761

Text Example


Text Example

White with #C02761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02761; }

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

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

background-color css

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

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

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

border-color css

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

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

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