Html Css Color HEX #C3335B Old Rose

📋 copy color: '#C3335B'

red 195 ◦ green 51 ◦ blue 91

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

Shades of Old Rose #C3335B

Tints of Old Rose #C3335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 57.86%
G = 15.13%
B = 27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3335B (or 0xC3335B) is known color: Old Rose. HEX triplet: C3, 33 and 5B. RGB value is (195,51,91). Sum of RGB (Red+Green+Blue) = 195+51+91=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335B is #3CCCA4. Grayscale: #626262. Windows color (decimal): -3984549 or 5977027. OLE color: 5977027.

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

Color convert

RGB 195 51 91 -
CMYK 0 0.74 0.53 0.24
HSL 343.33º 0.59% 0.48% -
HSV(B) 343.33º 0.74% 0.76% -
XYZ 25.58 14.73 11.39 -
YUV 98.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 195 51 91 0 0.74 0.53 0.24 343.33 0.59 0.48
Hex C3 33 5B 0 4A 35 18 157 3B 30
Octal 303 63 133 0 112 65 30 527 73 60
Binary 11000011 110011 1011011 0 1001010 110101 11000 101010111 111011 110000

Color Harmonies of #C3335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3335B

Black with #C3335B

Text Example


Text Example

White with #C3335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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