Html Css Color HEX #C33854 Old Rose

📋 copy color: '#C33854'

red 195 ◦ green 56 ◦ blue 84

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

Shades of Old Rose #C33854

Tints of Old Rose #C33854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.72%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 58.21%
G = 16.72%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C33854 (or 0xC33854) is known color: Old Rose. HEX triplet: C3, 38 and 54. RGB value is (195,56,84). Sum of RGB (Red+Green+Blue) = 195+56+84=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C33854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33854 is #3CC7AB. Grayscale: #646464. Windows color (decimal): -3983276 or 5519555. OLE color: 5519555.

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

Color convert

RGB 195 56 84 -
CMYK 0 0.71 0.57 0.24
HSL 347.91º 0.55% 0.49% -
HSV(B) 347.91º 0.71% 0.76% -
XYZ 25.52 15.07 9.95 -
YUV 100.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 195 56 84 0 0.71 0.57 0.24 347.91 0.55 0.49
Hex C3 38 54 0 47 39 18 15C 37 31
Octal 303 70 124 0 107 71 30 534 67 61
Binary 11000011 111000 1010100 0 1000111 111001 11000 101011100 110111 110001

Color Harmonies of #C33854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33854

Black with #C33854

Text Example


Text Example

White with #C33854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33854; }

 p { color: rgb(195,56,84); }

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

background-color css

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

 a { background-color: rgb(195,56,84); }

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

border-color css

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

 span { border-color: rgb(195,56,84); }

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