Html Css Color HEX #C3275B Old Rose

📋 copy color: '#C3275B'

red 195 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C3275B

Tints of Old Rose #C3275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 60%
G = 12%
B = 28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3275B (or 0xC3275B) is known color: Old Rose. HEX triplet: C3, 27 and 5B. RGB value is (195,39,91). Sum of RGB (Red+Green+Blue) = 195+39+91=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3275B is #3CD8A4. Grayscale: #5B5B5B. Windows color (decimal): -3987621 or 5973955. OLE color: 5973955.

HSL color Cylindrical-coordinate representation of color #C3275B: hue angle of 340º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3275B is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 91 -
CMYK 0 0.80 0.53 0.24
HSL 340º 0.67% 0.46% -
HSV(B) 340º 0.8% 0.76% -
XYZ 25.12 13.81 11.24 -
YUV 91.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 195 39 91 0 0.80 0.53 0.24 340 0.67 0.46
Hex C3 27 5B 0 50 35 18 154 43 2E
Octal 303 47 133 0 120 65 30 524 103 56
Binary 11000011 100111 1011011 0 1010000 110101 11000 101010100 1000011 101110

Color Harmonies of #C3275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3275B

Black with #C3275B

Text Example


Text Example

White with #C3275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3275B; }

 p { color: rgb(195,39,91); }

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

background-color css

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

 a { background-color: rgb(195,39,91); }

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

border-color css

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

 span { border-color: rgb(195,39,91); }

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