Html Css Color HEX #C02653 Old Rose

📋 copy color: '#C02653'

red 192 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #C02653

Tints of Old Rose #C02653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 61.34%
G = 12.14%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C02653 (or 0xC02653) is known color: Old Rose. HEX triplet: C0, 26 and 53. RGB value is (192,38,83). Sum of RGB (Red+Green+Blue) = 192+38+83=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02653 is #3FD9AC. Grayscale: #595959. Windows color (decimal): -4184493 or 5449408. OLE color: 5449408.

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

Color convert

RGB 192 38 83 -
CMYK 0 0.80 0.57 0.25
HSL 342.47º 0.67% 0.45% -
HSV(B) 342.47º 0.8% 0.75% -
XYZ 23.99 13.22 9.47 -
YUV 89.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 192 38 83 0 0.80 0.57 0.25 342.47 0.67 0.45
Hex C0 26 53 0 50 39 19 156 43 2D
Octal 300 46 123 0 120 71 31 526 103 55
Binary 11000000 100110 1010011 0 1010000 111001 11001 101010110 1000011 101101

Color Harmonies of #C02653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02653

Black with #C02653

Text Example


Text Example

White with #C02653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02653; }

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

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

background-color css

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

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

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

border-color css

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

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

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