Html Css Color HEX #CC1969 Ruby

📋 copy color: '#CC1969'

red 204 ◦ green 25 ◦ blue 105

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

Shades of Ruby #CC1969

Tints of Ruby #CC1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 61.08%
G = 7.49%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC1969 (or 0xCC1969) is known color: Ruby. HEX triplet: CC, 19 and 69. RGB value is (204,25,105). Sum of RGB (Red+Green+Blue) = 204+25+105=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1969 is #33E696. Grayscale: #575757. Windows color (decimal): -3401367 or 6887884. OLE color: 6887884.

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

Color convert

RGB 204 25 105 -
CMYK 0 0.88 0.49 0.2
HSL 333.18º 0.78% 0.45% -
HSV(B) 333.18º 0.88% 0.8% -
XYZ 27.8 14.55 14.71 -
YUV 87.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 204 25 105 0 0.88 0.49 0.2 333.18 0.78 0.45
Hex CC 19 69 0 58 31 14 14D 4E 2D
Octal 314 31 151 0 130 61 24 515 116 55
Binary 11001100 11001 1101001 0 1011000 110001 10100 101001101 1001110 101101

Color Harmonies of #CC1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1969

Black with #CC1969

Text Example


Text Example

White with #CC1969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1969; }

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

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

background-color css

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

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

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

border-color css

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

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

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