Html Css Color HEX #CC1B5B Ruby

📋 copy color: '#CC1B5B'

red 204 ◦ green 27 ◦ blue 91

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

Shades of Ruby #CC1B5B

Tints of Ruby #CC1B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.39%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 63.35%
G = 8.39%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC1B5B (or 0xCC1B5B) is known color: Ruby. HEX triplet: CC, 1B and 5B. RGB value is (204,27,91). Sum of RGB (Red+Green+Blue) = 204+27+91=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B5B is #33E4A4. Grayscale: #575757. Windows color (decimal): -3400869 or 5970892. OLE color: 5970892.

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

Color convert

RGB 204 27 91 -
CMYK 0 0.87 0.55 0.2
HSL 338.31º 0.77% 0.45% -
HSV(B) 338.31º 0.87% 0.8% -
XYZ 27.18 14.38 11.24 -
YUV 87.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 204 27 91 0 0.87 0.55 0.2 338.31 0.77 0.45
Hex CC 1B 5B 0 57 37 14 152 4D 2D
Octal 314 33 133 0 127 67 24 522 115 55
Binary 11001100 11011 1011011 0 1010111 110111 10100 101010010 1001101 101101

Color Harmonies of #CC1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B5B

Black with #CC1B5B

Text Example


Text Example

White with #CC1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B5B; }

 p { color: rgb(204,27,91); }

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

background-color css

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

 a { background-color: rgb(204,27,91); }

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

border-color css

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

 span { border-color: rgb(204,27,91); }

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