Html Css Color HEX #C33F67 Royal Heath

📋 copy color: '#C33F67'

red 195 ◦ green 63 ◦ blue 103

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

Shades of Royal Heath #C33F67

Tints of Royal Heath #C33F67

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 54.02%
G = 17.45%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C33F67 (or 0xC33F67) is known color: Royal Heath. HEX triplet: C3, 3F and 67. RGB value is (195,63,103). Sum of RGB (Red+Green+Blue) = 195+63+103=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F67 is #3CC098. Grayscale: #6A6A6A. Windows color (decimal): -3981465 or 6766531. OLE color: 6766531.

HSL color Cylindrical-coordinate representation of color #C33F67: hue angle of 341.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F67 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 103 -
CMYK 0 0.68 0.47 0.24
HSL 341.82º 0.52% 0.51% -
HSV(B) 341.82º 0.68% 0.76% -
XYZ 26.73 16.14 14.54 -
YUV 107.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 195 63 103 0 0.68 0.47 0.24 341.82 0.52 0.51
Hex C3 3F 67 0 44 2F 18 156 34 33
Octal 303 77 147 0 104 57 30 526 64 63
Binary 11000011 111111 1100111 0 1000100 101111 11000 101010110 110100 110011

Color Harmonies of #C33F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F67

Black with #C33F67

Text Example


Text Example

White with #C33F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F67; }

 p { color: rgb(195,63,103); }

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

background-color css

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

 a { background-color: rgb(195,63,103); }

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

border-color css

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

 span { border-color: rgb(195,63,103); }

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