Html Css Color HEX #C3255F Old Rose

📋 copy color: '#C3255F'

red 195 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #C3255F

Tints of Old Rose #C3255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 59.63%
G = 11.31%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3255F (or 0xC3255F) is known color: Old Rose. HEX triplet: C3, 25 and 5F. RGB value is (195,37,95). Sum of RGB (Red+Green+Blue) = 195+37+95=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3255F is #3CDAA0. Grayscale: #5A5A5A. Windows color (decimal): -3988129 or 6235587. OLE color: 6235587.

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

Color convert

RGB 195 37 95 -
CMYK 0 0.81 0.51 0.24
HSL 337.97º 0.68% 0.45% -
HSV(B) 337.97º 0.81% 0.76% -
XYZ 25.23 13.75 12.15 -
YUV 90.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 195 37 95 0 0.81 0.51 0.24 337.97 0.68 0.45
Hex C3 25 5F 0 51 33 18 152 44 2D
Octal 303 45 137 0 121 63 30 522 104 55
Binary 11000011 100101 1011111 0 1010001 110011 11000 101010010 1000100 101101

Color Harmonies of #C3255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3255F

Black with #C3255F

Text Example


Text Example

White with #C3255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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