Html Css Color HEX #C0235A Old Rose

📋 copy color: '#C0235A'

red 192 ◦ green 35 ◦ blue 90

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

Shades of Old Rose #C0235A

Tints of Old Rose #C0235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 60.57%
G = 11.04%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0235A (or 0xC0235A) is known color: Old Rose. HEX triplet: C0, 23 and 5A. RGB value is (192,35,90). Sum of RGB (Red+Green+Blue) = 192+35+90=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0235A is #3FDCA5. Grayscale: #585858. Windows color (decimal): -4185254 or 5907392. OLE color: 5907392.

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

Color convert

RGB 192 35 90 -
CMYK 0 0.82 0.53 0.25
HSL 338.98º 0.69% 0.45% -
HSV(B) 338.98º 0.82% 0.75% -
XYZ 24.18 13.15 10.94 -
YUV 88.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 192 35 90 0 0.82 0.53 0.25 338.98 0.69 0.45
Hex C0 23 5A 0 52 35 19 153 45 2D
Octal 300 43 132 0 122 65 31 523 105 55
Binary 11000000 100011 1011010 0 1010010 110101 11001 101010011 1000101 101101

Color Harmonies of #C0235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0235A

Black with #C0235A

Text Example


Text Example

White with #C0235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0235A; }

 p { color: rgb(192,35,90); }

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

background-color css

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

 a { background-color: rgb(192,35,90); }

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

border-color css

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

 span { border-color: rgb(192,35,90); }

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