Html Css Color HEX #C0235C Old Rose

📋 copy color: '#C0235C'

red 192 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #C0235C

Tints of Old Rose #C0235C

RGB

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

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

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

R = 60.19%
G = 10.97%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0235C (or 0xC0235C) is known color: Old Rose. HEX triplet: C0, 23 and 5C. RGB value is (192,35,92). Sum of RGB (Red+Green+Blue) = 192+35+92=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0235C is #3FDCA3. Grayscale: #585858. Windows color (decimal): -4185252 or 6038464. OLE color: 6038464.

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

Color convert

RGB 192 35 92 -
CMYK 0 0.82 0.52 0.25
HSL 338.22º 0.69% 0.45% -
HSV(B) 338.22º 0.82% 0.75% -
XYZ 24.27 13.18 11.39 -
YUV 88.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 192 35 92 0 0.82 0.52 0.25 338.22 0.69 0.45
Hex C0 23 5C 0 52 34 19 152 45 2D
Octal 300 43 134 0 122 64 31 522 105 55
Binary 11000000 100011 1011100 0 1010010 110100 11001 101010010 1000101 101101

Color Harmonies of #C0235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0235C

Black with #C0235C

Text Example


Text Example

White with #C0235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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