Html Css Color HEX #CC1768 Ruby

📋 copy color: '#CC1768'

red 204 ◦ green 23 ◦ blue 104

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

Shades of Ruby #CC1768

Tints of Ruby #CC1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

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

R = 61.63%
G = 6.95%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC1768 (or 0xCC1768) is known color: Ruby. HEX triplet: CC, 17 and 68. RGB value is (204,23,104). Sum of RGB (Red+Green+Blue) = 204+23+104=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1768 is #33E897. Grayscale: #565656. Windows color (decimal): -3401880 or 6821836. OLE color: 6821836.

HSL color Cylindrical-coordinate representation of color #CC1768: hue angle of 333.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1768 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 104 -
CMYK 0 0.89 0.49 0.2
HSL 333.15º 0.8% 0.45% -
HSV(B) 333.15º 0.89% 0.8% -
XYZ 27.71 14.45 14.43 -
YUV 86.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 204 23 104 0 0.89 0.49 0.2 333.15 0.8 0.45
Hex CC 17 68 0 59 31 14 14D 50 2D
Octal 314 27 150 0 131 61 24 515 120 55
Binary 11001100 10111 1101000 0 1011001 110001 10100 101001101 1010000 101101

Color Harmonies of #CC1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1768

Black with #CC1768

Text Example


Text Example

White with #CC1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1768; }

 p { color: rgb(204,23,104); }

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

background-color css

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

 a { background-color: rgb(204,23,104); }

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

border-color css

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

 span { border-color: rgb(204,23,104); }

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