Html Css Color HEX #C2304B Old Rose

📋 copy color: '#C2304B'

red 194 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C2304B

Tints of Old Rose #C2304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 61.2%
G = 15.14%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2304B (or 0xC2304B) is known color: Old Rose. HEX triplet: C2, 30 and 4B. RGB value is (194,48,75). Sum of RGB (Red+Green+Blue) = 194+48+75=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2304B is #3DCFB4. Grayscale: #5E5E5E. Windows color (decimal): -4050869 or 4927682. OLE color: 4927682.

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

Color convert

RGB 194 48 75 -
CMYK 0 0.75 0.61 0.24
HSL 348.9º 0.6% 0.47% -
HSV(B) 348.9º 0.75% 0.76% -
XYZ 24.58 14.09 8.08 -
YUV 94.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 194 48 75 0 0.75 0.61 0.24 348.9 0.6 0.47
Hex C2 30 4B 0 4B 3D 18 15D 3C 2F
Octal 302 60 113 0 113 75 30 535 74 57
Binary 11000010 110000 1001011 0 1001011 111101 11000 101011101 111100 101111

Color Harmonies of #C2304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2304B

Black with #C2304B

Text Example


Text Example

White with #C2304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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