Html Css Color HEX #C33F69 Royal Heath

📋 copy color: '#C33F69'

red 195 ◦ green 63 ◦ blue 105

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

Shades of Royal Heath #C33F69

Tints of Royal Heath #C33F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 53.72%
G = 17.36%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C33F69 (or 0xC33F69) is known color: Royal Heath. HEX triplet: C3, 3F and 69. RGB value is (195,63,105). Sum of RGB (Red+Green+Blue) = 195+63+105=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F69 is #3CC096. Grayscale: #6B6B6B. Windows color (decimal): -3981463 or 6897603. OLE color: 6897603.

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

Color convert

RGB 195 63 105 -
CMYK 0 0.68 0.46 0.24
HSL 340.91º 0.52% 0.51% -
HSV(B) 340.91º 0.68% 0.76% -
XYZ 26.83 16.18 15.07 -
YUV 107.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 195 63 105 0 0.68 0.46 0.24 340.91 0.52 0.51
Hex C3 3F 69 0 44 2E 18 155 34 33
Octal 303 77 151 0 104 56 30 525 64 63
Binary 11000011 111111 1101001 0 1000100 101110 11000 101010101 110100 110011

Color Harmonies of #C33F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F69

Black with #C33F69

Text Example


Text Example

White with #C33F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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