Html Css Color HEX #CC1363 Ruby

📋 copy color: '#CC1363'

red 204 ◦ green 19 ◦ blue 99

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

Shades of Ruby #CC1363

Tints of Ruby #CC1363

RGB

 RED value IS 204 (80.08% from 255) = 63.35%

 GREEN value IS 19 (7.81% from 255) = 5.9%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 63.35%
G = 5.9%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1363 (or 0xCC1363) is known color: Ruby. HEX triplet: CC, 13 and 63. RGB value is (204,19,99). Sum of RGB (Red+Green+Blue) = 204+19+99=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1363 is #33EC9C. Grayscale: #535353. Windows color (decimal): -3402909 or 6493132. OLE color: 6493132.

HSL color Cylindrical-coordinate representation of color #CC1363: hue angle of 334.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1363 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 99 -
CMYK 0 0.91 0.51 0.2
HSL 334.05º 0.83% 0.44% -
HSV(B) 334.05º 0.91% 0.8% -
XYZ 27.39 14.2 13.1 -
YUV 83.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 204 19 99 0 0.91 0.51 0.2 334.05 0.83 0.44
Hex CC 13 63 0 5B 33 14 14E 53 2C
Octal 314 23 143 0 133 63 24 516 123 54
Binary 11001100 10011 1100011 0 1011011 110011 10100 101001110 1010011 101100

Color Harmonies of #CC1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1363

Black with #CC1363

Text Example


Text Example

White with #CC1363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1363; }

 p { color: rgb(204,19,99); }

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

background-color css

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

 a { background-color: rgb(204,19,99); }

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

border-color css

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

 span { border-color: rgb(204,19,99); }

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