Html Css Color HEX #C0235E Old Rose

📋 copy color: '#C0235E'

red 192 ◦ green 35 ◦ blue 94

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

Shades of Old Rose #C0235E

Tints of Old Rose #C0235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 59.81%
G = 10.9%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0235E (or 0xC0235E) is known color: Old Rose. HEX triplet: C0, 23 and 5E. RGB value is (192,35,94). Sum of RGB (Red+Green+Blue) = 192+35+94=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0235E is #3FDCA1. Grayscale: #585858. Windows color (decimal): -4185250 or 6169536. OLE color: 6169536.

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

Color convert

RGB 192 35 94 -
CMYK 0 0.82 0.51 0.25
HSL 337.45º 0.69% 0.45% -
HSV(B) 337.45º 0.82% 0.75% -
XYZ 24.36 13.22 11.86 -
YUV 88.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 192 35 94 0 0.82 0.51 0.25 337.45 0.69 0.45
Hex C0 23 5E 0 52 33 19 151 45 2D
Octal 300 43 136 0 122 63 31 521 105 55
Binary 11000000 100011 1011110 0 1010010 110011 11001 101010001 1000101 101101

Color Harmonies of #C0235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0235E

Black with #C0235E

Text Example


Text Example

White with #C0235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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