Html Css Color HEX #C0275F Old Rose

📋 copy color: '#C0275F'

red 192 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #C0275F

Tints of Old Rose #C0275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 58.9%
G = 11.96%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0275F (or 0xC0275F) is known color: Old Rose. HEX triplet: C0, 27 and 5F. RGB value is (192,39,95). Sum of RGB (Red+Green+Blue) = 192+39+95=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0275F is #3FD8A0. Grayscale: #5B5B5B. Windows color (decimal): -4184225 or 6236096. OLE color: 6236096.

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

Color convert

RGB 192 39 95 -
CMYK 0 0.80 0.51 0.25
HSL 338.04º 0.66% 0.45% -
HSV(B) 338.04º 0.8% 0.75% -
XYZ 24.53 13.48 12.14 -
YUV 91.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 192 39 95 0 0.80 0.51 0.25 338.04 0.66 0.45
Hex C0 27 5F 0 50 33 19 152 42 2D
Octal 300 47 137 0 120 63 31 522 102 55
Binary 11000000 100111 1011111 0 1010000 110011 11001 101010010 1000010 101101

Color Harmonies of #C0275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0275F

Black with #C0275F

Text Example


Text Example

White with #C0275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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