Html Css Color HEX #CC056B Ruby

📋 copy color: '#CC056B'

red 204 ◦ green 5 ◦ blue 107

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

Shades of Ruby #CC056B

Tints of Ruby #CC056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 64.56%
G = 1.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC056B (or 0xCC056B) is known color: Ruby. HEX triplet: CC, 05 and 6B. RGB value is (204,5,107). Sum of RGB (Red+Green+Blue) = 204+5+107=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC056B is #33FA94. Grayscale: #4B4B4B. Windows color (decimal): -3406485 or 7013836. OLE color: 7013836.

HSL color Cylindrical-coordinate representation of color #CC056B: hue angle of 329.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC056B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 107 -
CMYK 0 0.98 0.48 0.2
HSL 329.25º 0.95% 0.41% -
HSV(B) 329.25º 0.98% 0.8% -
XYZ 27.61 14.01 15.16 -
YUV 76.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 204 5 107 0 0.98 0.48 0.2 329.25 0.95 0.41
Hex CC 5 6B 0 62 30 14 149 5F 29
Octal 314 5 153 0 142 60 24 511 137 51
Binary 11001100 101 1101011 0 1100010 110000 10100 101001001 1011111 101001

Color Harmonies of #CC056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC056B

Black with #CC056B

Text Example


Text Example

White with #CC056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC056B; }

 p { color: rgb(204,5,107); }

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

background-color css

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

 a { background-color: rgb(204,5,107); }

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

border-color css

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

 span { border-color: rgb(204,5,107); }

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