Html Css Color HEX #C33457 Old Rose

📋 copy color: '#C33457'

red 195 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #C33457

Tints of Old Rose #C33457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 58.38%
G = 15.57%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C33457 (or 0xC33457) is known color: Old Rose. HEX triplet: C3, 34 and 57. RGB value is (195,52,87). Sum of RGB (Red+Green+Blue) = 195+52+87=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C33457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33457 is #3CCBA8. Grayscale: #626262. Windows color (decimal): -3984297 or 5715139. OLE color: 5715139.

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

Color convert

RGB 195 52 87 -
CMYK 0 0.73 0.55 0.24
HSL 345.31º 0.58% 0.48% -
HSV(B) 345.31º 0.73% 0.76% -
XYZ 25.45 14.75 10.52 -
YUV 98.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 195 52 87 0 0.73 0.55 0.24 345.31 0.58 0.48
Hex C3 34 57 0 49 37 18 159 3A 30
Octal 303 64 127 0 111 67 30 531 72 60
Binary 11000011 110100 1010111 0 1001001 110111 11000 101011001 111010 110000

Color Harmonies of #C33457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33457

Black with #C33457

Text Example


Text Example

White with #C33457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33457; }

 p { color: rgb(195,52,87); }

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

background-color css

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

 a { background-color: rgb(195,52,87); }

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

border-color css

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

 span { border-color: rgb(195,52,87); }

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