Html Css Color HEX #CC1769 Ruby

📋 copy color: '#CC1769'

red 204 ◦ green 23 ◦ blue 105

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

Shades of Ruby #CC1769

Tints of Ruby #CC1769

RGB

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

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

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

R = 61.45%
G = 6.93%
B = 31.63%

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

#CC1769 (or 0xCC1769) is known color: Ruby. HEX triplet: CC, 17 and 69. RGB value is (204,23,105). Sum of RGB (Red+Green+Blue) = 204+23+105=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1769 is #33E896. Grayscale: #565656. Windows color (decimal): -3401879 or 6887372. OLE color: 6887372.

HSL color Cylindrical-coordinate representation of color #CC1769: hue angle of 332.82º 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 #CC1769 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 105 -
CMYK 0 0.89 0.49 0.2
HSL 332.82º 0.8% 0.45% -
HSV(B) 332.82º 0.89% 0.8% -
XYZ 27.76 14.47 14.69 -
YUV 86.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 204 23 105 0 0.89 0.49 0.2 332.82 0.8 0.45
Hex CC 17 69 0 59 31 14 14D 50 2D
Octal 314 27 151 0 131 61 24 515 120 55
Binary 11001100 10111 1101001 0 1011001 110001 10100 101001101 1010000 101101

Color Harmonies of #CC1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1769

Black with #CC1769

Text Example


Text Example

White with #CC1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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