Html Css Color HEX #C0234C Old Rose

📋 copy color: '#C0234C'

red 192 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #C0234C

Tints of Old Rose #C0234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 63.37%
G = 11.55%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0234C (or 0xC0234C) is known color: Old Rose. HEX triplet: C0, 23 and 4C. RGB value is (192,35,76). Sum of RGB (Red+Green+Blue) = 192+35+76=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0234C is #3FDCB3. Grayscale: #565656. Windows color (decimal): -4185268 or 4989888. OLE color: 4989888.

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

Color convert

RGB 192 35 76 -
CMYK 0 0.82 0.60 0.25
HSL 344.33º 0.69% 0.45% -
HSV(B) 344.33º 0.82% 0.75% -
XYZ 23.64 12.93 8.09 -
YUV 86.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 192 35 76 0 0.82 0.60 0.25 344.33 0.69 0.45
Hex C0 23 4C 0 52 3C 19 158 45 2D
Octal 300 43 114 0 122 74 31 530 105 55
Binary 11000000 100011 1001100 0 1010010 111100 11001 101011000 1000101 101101

Color Harmonies of #C0234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0234C

Black with #C0234C

Text Example


Text Example

White with #C0234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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