Html Css Color HEX #C23065 Old Rose

📋 copy color: '#C23065'

red 194 ◦ green 48 ◦ blue 101

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

Shades of Old Rose #C23065

Tints of Old Rose #C23065

RGB

 RED value IS 194 (76.17% from 255) = 56.56%

 GREEN value IS 48 (19.14% from 255) = 13.99%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 56.56%
G = 13.99%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C23065 (or 0xC23065) is known color: Old Rose. HEX triplet: C2, 30 and 65. RGB value is (194,48,101). Sum of RGB (Red+Green+Blue) = 194+48+101=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23065 is #3DCF9A. Grayscale: #616161. Windows color (decimal): -4050843 or 6631618. OLE color: 6631618.

HSL color Cylindrical-coordinate representation of color #C23065: hue angle of 338.22º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23065 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 101 -
CMYK 0 0.75 0.48 0.24
HSL 338.22º 0.6% 0.47% -
HSV(B) 338.22º 0.75% 0.76% -
XYZ 25.65 14.52 13.76 -
YUV 97.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 194 48 101 0 0.75 0.48 0.24 338.22 0.6 0.47
Hex C2 30 65 0 4B 30 18 152 3C 2F
Octal 302 60 145 0 113 60 30 522 74 57
Binary 11000010 110000 1100101 0 1001011 110000 11000 101010010 111100 101111

Color Harmonies of #C23065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23065

Black with #C23065

Text Example


Text Example

White with #C23065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23065; }

 p { color: rgb(194,48,101); }

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

background-color css

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

 a { background-color: rgb(194,48,101); }

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

border-color css

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

 span { border-color: rgb(194,48,101); }

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