Html Css Color HEX #C0285C Old Rose

📋 copy color: '#C0285C'

red 192 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #C0285C

Tints of Old Rose #C0285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 59.26%
G = 12.35%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0285C (or 0xC0285C) is known color: Old Rose. HEX triplet: C0, 28 and 5C. RGB value is (192,40,92). Sum of RGB (Red+Green+Blue) = 192+40+92=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0285C is #3FD7A3. Grayscale: #5B5B5B. Windows color (decimal): -4183972 or 6039744. OLE color: 6039744.

HSL color Cylindrical-coordinate representation of color #C0285C: hue angle of 339.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0285C is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 92 -
CMYK 0 0.79 0.52 0.25
HSL 339.47º 0.66% 0.45% -
HSV(B) 339.47º 0.79% 0.75% -
XYZ 24.43 13.5 11.44 -
YUV 91.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 192 40 92 0 0.79 0.52 0.25 339.47 0.66 0.45
Hex C0 28 5C 0 4F 34 19 153 42 2D
Octal 300 50 134 0 117 64 31 523 102 55
Binary 11000000 101000 1011100 0 1001111 110100 11001 101010011 1000010 101101

Color Harmonies of #C0285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0285C

Black with #C0285C

Text Example


Text Example

White with #C0285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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