Html Css Color HEX #C0265C Old Rose

📋 copy color: '#C0265C'

red 192 ◦ green 38 ◦ blue 92

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

Shades of Old Rose #C0265C

Tints of Old Rose #C0265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 59.63%
G = 11.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0265C (or 0xC0265C) is known color: Old Rose. HEX triplet: C0, 26 and 5C. RGB value is (192,38,92). Sum of RGB (Red+Green+Blue) = 192+38+92=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0265C is #3FD9A3. Grayscale: #5A5A5A. Windows color (decimal): -4184484 or 6039232. OLE color: 6039232.

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

Color convert

RGB 192 38 92 -
CMYK 0 0.80 0.52 0.25
HSL 338.96º 0.67% 0.45% -
HSV(B) 338.96º 0.8% 0.75% -
XYZ 24.36 13.37 11.42 -
YUV 90.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 192 38 92 0 0.80 0.52 0.25 338.96 0.67 0.45
Hex C0 26 5C 0 50 34 19 153 43 2D
Octal 300 46 134 0 120 64 31 523 103 55
Binary 11000000 100110 1011100 0 1010000 110100 11001 101010011 1000011 101101

Color Harmonies of #C0265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0265C

Black with #C0265C

Text Example


Text Example

White with #C0265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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