Html Css Color HEX #C02652 Old Rose

📋 copy color: '#C02652'

red 192 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #C02652

Tints of Old Rose #C02652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.28%

R = 61.54%
G = 12.18%
B = 26.28%

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

#C02652 (or 0xC02652) is known color: Old Rose. HEX triplet: C0, 26 and 52. RGB value is (192,38,82). Sum of RGB (Red+Green+Blue) = 192+38+82=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02652 is #3FD9AD. Grayscale: #595959. Windows color (decimal): -4184494 or 5383872. OLE color: 5383872.

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

Color convert

RGB 192 38 82 -
CMYK 0 0.80 0.57 0.25
HSL 342.86º 0.67% 0.45% -
HSV(B) 342.86º 0.8% 0.75% -
XYZ 23.95 13.2 9.27 -
YUV 89.06 124.02 201.42 -
System Red Green Blue C M Y K H S L
Decimal 192 38 82 0 0.80 0.57 0.25 342.86 0.67 0.45
Hex C0 26 52 0 50 39 19 157 43 2D
Octal 300 46 122 0 120 71 31 527 103 55
Binary 11000000 100110 1010010 0 1010000 111001 11001 101010111 1000011 101101

Color Harmonies of #C02652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02652

Black with #C02652

Text Example


Text Example

White with #C02652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02652; }

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

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

background-color css

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

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

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

border-color css

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

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

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