Html Css Color HEX #C0265B Old Rose

📋 copy color: '#C0265B'

red 192 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #C0265B

Tints of Old Rose #C0265B

RGB

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

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

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

R = 59.81%
G = 11.84%
B = 28.35%

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

#C0265B (or 0xC0265B) is known color: Old Rose. HEX triplet: C0, 26 and 5B. RGB value is (192,38,91). Sum of RGB (Red+Green+Blue) = 192+38+91=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0265B is #3FD9A4. Grayscale: #5A5A5A. Windows color (decimal): -4184485 or 5973696. OLE color: 5973696.

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

Color convert

RGB 192 38 91 -
CMYK 0 0.80 0.53 0.25
HSL 339.35º 0.67% 0.45% -
HSV(B) 339.35º 0.8% 0.75% -
XYZ 24.32 13.35 11.19 -
YUV 90.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 192 38 91 0 0.80 0.53 0.25 339.35 0.67 0.45
Hex C0 26 5B 0 50 35 19 153 43 2D
Octal 300 46 133 0 120 65 31 523 103 55
Binary 11000000 100110 1011011 0 1010000 110101 11001 101010011 1000011 101101

Color Harmonies of #C0265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0265B

Black with #C0265B

Text Example


Text Example

White with #C0265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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