Html Css Color HEX #C3304B Old Rose

📋 copy color: '#C3304B'

red 195 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C3304B

Tints of Old Rose #C3304B

RGB

 RED value IS 195 (76.56% from 255) = 61.32%

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

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

R = 61.32%
G = 15.09%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3304B (or 0xC3304B) is known color: Old Rose. HEX triplet: C3, 30 and 4B. RGB value is (195,48,75). Sum of RGB (Red+Green+Blue) = 195+48+75=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3304B is #3CCFB4. Grayscale: #5F5F5F. Windows color (decimal): -3985333 or 4927683. OLE color: 4927683.

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

Color convert

RGB 195 48 75 -
CMYK 0 0.75 0.62 0.24
HSL 348.98º 0.6% 0.48% -
HSV(B) 348.98º 0.75% 0.76% -
XYZ 24.83 14.22 8.09 -
YUV 95.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 195 48 75 0 0.75 0.62 0.24 348.98 0.6 0.48
Hex C3 30 4B 0 4B 3E 18 15D 3C 30
Octal 303 60 113 0 113 76 30 535 74 60
Binary 11000011 110000 1001011 0 1001011 111110 11000 101011101 111100 110000

Color Harmonies of #C3304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3304B

Black with #C3304B

Text Example


Text Example

White with #C3304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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