Html Css Color HEX #CC2068 Ruby

📋 copy color: '#CC2068'

red 204 ◦ green 32 ◦ blue 104

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

Shades of Ruby #CC2068

Tints of Ruby #CC2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 60%
G = 9.41%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC2068 (or 0xCC2068) is known color: Ruby. HEX triplet: CC, 20 and 68. RGB value is (204,32,104). Sum of RGB (Red+Green+Blue) = 204+32+104=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2068 is #33DF97. Grayscale: #5B5B5B. Windows color (decimal): -3399576 or 6824140. OLE color: 6824140.

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

Color convert

RGB 204 32 104 -
CMYK 0 0.84 0.49 0.2
HSL 334.88º 0.73% 0.46% -
HSV(B) 334.88º 0.84% 0.8% -
XYZ 27.92 14.87 14.5 -
YUV 91.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 204 32 104 0 0.84 0.49 0.2 334.88 0.73 0.46
Hex CC 20 68 0 54 31 14 14F 49 2E
Octal 314 40 150 0 124 61 24 517 111 56
Binary 11001100 100000 1101000 0 1010100 110001 10100 101001111 1001001 101110

Color Harmonies of #CC2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2068

Black with #CC2068

Text Example


Text Example

White with #CC2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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