Html Css Color HEX #C23064 Old Rose

📋 copy color: '#C23064'

red 194 ◦ green 48 ◦ blue 100

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

Shades of Old Rose #C23064

Tints of Old Rose #C23064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 56.73%
G = 14.04%
B = 29.24%

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

#C23064 (or 0xC23064) is known color: Old Rose. HEX triplet: C2, 30 and 64. RGB value is (194,48,100). Sum of RGB (Red+Green+Blue) = 194+48+100=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C23064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23064 is #3DCF9B. Grayscale: #616161. Windows color (decimal): -4050844 or 6566082. OLE color: 6566082.

HSL color Cylindrical-coordinate representation of color #C23064: hue angle of 338.63º 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 #C23064 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 100 -
CMYK 0 0.75 0.48 0.24
HSL 338.63º 0.6% 0.47% -
HSV(B) 338.63º 0.75% 0.76% -
XYZ 25.61 14.5 13.51 -
YUV 97.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 194 48 100 0 0.75 0.48 0.24 338.63 0.6 0.47
Hex C2 30 64 0 4B 30 18 153 3C 2F
Octal 302 60 144 0 113 60 30 523 74 57
Binary 11000010 110000 1100100 0 1001011 110000 11000 101010011 111100 101111

Color Harmonies of #C23064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23064

Black with #C23064

Text Example


Text Example

White with #C23064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23064; }

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

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

background-color css

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

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

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

border-color css

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

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

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