Html Css Color HEX #C3255B Old Rose

📋 copy color: '#C3255B'

red 195 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C3255B

Tints of Old Rose #C3255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 60.37%
G = 11.46%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3255B (or 0xC3255B) is known color: Old Rose. HEX triplet: C3, 25 and 5B. RGB value is (195,37,91). Sum of RGB (Red+Green+Blue) = 195+37+91=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3255B is #3CDAA4. Grayscale: #5A5A5A. Windows color (decimal): -3988133 or 5973443. OLE color: 5973443.

HSL color Cylindrical-coordinate representation of color #C3255B: hue angle of 339.49º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3255B is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 91 -
CMYK 0 0.81 0.53 0.24
HSL 339.49º 0.68% 0.45% -
HSV(B) 339.49º 0.81% 0.76% -
XYZ 25.06 13.68 11.22 -
YUV 90.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 195 37 91 0 0.81 0.53 0.24 339.49 0.68 0.45
Hex C3 25 5B 0 51 35 18 153 44 2D
Octal 303 45 133 0 121 65 30 523 104 55
Binary 11000011 100101 1011011 0 1010001 110101 11000 101010011 1000100 101101

Color Harmonies of #C3255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3255B

Black with #C3255B

Text Example


Text Example

White with #C3255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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