Html Css Color HEX #C0275B Old Rose

📋 copy color: '#C0275B'

red 192 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C0275B

Tints of Old Rose #C0275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 59.63%
G = 12.11%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0275B (or 0xC0275B) is known color: Old Rose. HEX triplet: C0, 27 and 5B. RGB value is (192,39,91). Sum of RGB (Red+Green+Blue) = 192+39+91=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0275B is #3FD8A4. Grayscale: #5A5A5A. Windows color (decimal): -4184229 or 5973952. OLE color: 5973952.

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

Color convert

RGB 192 39 91 -
CMYK 0 0.80 0.53 0.25
HSL 339.61º 0.66% 0.45% -
HSV(B) 339.61º 0.8% 0.75% -
XYZ 24.35 13.41 11.2 -
YUV 90.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 192 39 91 0 0.80 0.53 0.25 339.61 0.66 0.45
Hex C0 27 5B 0 50 35 19 154 42 2D
Octal 300 47 133 0 120 65 31 524 102 55
Binary 11000000 100111 1011011 0 1010000 110101 11001 101010100 1000010 101101

Color Harmonies of #C0275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0275B

Black with #C0275B

Text Example


Text Example

White with #C0275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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