Html Css Color HEX #C0235F Old Rose

📋 copy color: '#C0235F'

red 192 ◦ green 35 ◦ blue 95

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

Shades of Old Rose #C0235F

Tints of Old Rose #C0235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 59.63%
G = 10.87%
B = 29.5%

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

#C0235F (or 0xC0235F) is known color: Old Rose. HEX triplet: C0, 23 and 5F. RGB value is (192,35,95). Sum of RGB (Red+Green+Blue) = 192+35+95=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0235F is #3FDCA0. Grayscale: #585858. Windows color (decimal): -4185249 or 6235072. OLE color: 6235072.

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

Color convert

RGB 192 35 95 -
CMYK 0 0.82 0.51 0.25
HSL 337.07º 0.69% 0.45% -
HSV(B) 337.07º 0.82% 0.75% -
XYZ 24.4 13.23 12.09 -
YUV 88.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 192 35 95 0 0.82 0.51 0.25 337.07 0.69 0.45
Hex C0 23 5F 0 52 33 19 151 45 2D
Octal 300 43 137 0 122 63 31 521 105 55
Binary 11000000 100011 1011111 0 1010010 110011 11001 101010001 1000101 101101

Color Harmonies of #C0235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0235F

Black with #C0235F

Text Example


Text Example

White with #C0235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0235F; }

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

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

background-color css

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

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

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

border-color css

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

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

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