Html Css Color HEX #C02764 Old Rose

📋 copy color: '#C02764'

red 192 ◦ green 39 ◦ blue 100

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

Shades of Old Rose #C02764

Tints of Old Rose #C02764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 58.01%
G = 11.78%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02764 (or 0xC02764) is known color: Old Rose. HEX triplet: C0, 27 and 64. RGB value is (192,39,100). Sum of RGB (Red+Green+Blue) = 192+39+100=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C02764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02764 is #3FD89B. Grayscale: #5B5B5B. Windows color (decimal): -4184220 or 6563776. OLE color: 6563776.

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

Color convert

RGB 192 39 100 -
CMYK 0 0.80 0.48 0.25
HSL 336.08º 0.66% 0.45% -
HSV(B) 336.08º 0.8% 0.75% -
XYZ 24.76 13.58 13.37 -
YUV 91.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 192 39 100 0 0.80 0.48 0.25 336.08 0.66 0.45
Hex C0 27 64 0 50 30 19 150 42 2D
Octal 300 47 144 0 120 60 31 520 102 55
Binary 11000000 100111 1100100 0 1010000 110000 11001 101010000 1000010 101101

Color Harmonies of #C02764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02764

Black with #C02764

Text Example


Text Example

White with #C02764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02764; }

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

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

background-color css

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

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

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

border-color css

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

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

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