Html Css Color HEX #C33968 Royal Heath

📋 copy color: '#C33968'

red 195 ◦ green 57 ◦ blue 104

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

Shades of Royal Heath #C33968

Tints of Royal Heath #C33968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 54.78%
G = 16.01%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C33968 (or 0xC33968) is known color: Royal Heath. HEX triplet: C3, 39 and 68. RGB value is (195,57,104). Sum of RGB (Red+Green+Blue) = 195+57+104=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C33968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33968 is #3CC697. Grayscale: #676767. Windows color (decimal): -3983000 or 6830531. OLE color: 6830531.

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

Color convert

RGB 195 57 104 -
CMYK 0 0.71 0.47 0.24
HSL 339.57º 0.55% 0.49% -
HSV(B) 339.57º 0.71% 0.76% -
XYZ 26.47 15.53 14.7 -
YUV 103.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 195 57 104 0 0.71 0.47 0.24 339.57 0.55 0.49
Hex C3 39 68 0 47 2F 18 154 37 31
Octal 303 71 150 0 107 57 30 524 67 61
Binary 11000011 111001 1101000 0 1000111 101111 11000 101010100 110111 110001

Color Harmonies of #C33968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33968

Black with #C33968

Text Example


Text Example

White with #C33968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33968; }

 p { color: rgb(195,57,104); }

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

background-color css

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

 a { background-color: rgb(195,57,104); }

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

border-color css

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

 span { border-color: rgb(195,57,104); }

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