Html Css Color HEX #CC096B Ruby

📋 copy color: '#CC096B'

red 204 ◦ green 9 ◦ blue 107

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

Shades of Ruby #CC096B

Tints of Ruby #CC096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

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

R = 63.75%
G = 2.81%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC096B (or 0xCC096B) is known color: Ruby. HEX triplet: CC, 09 and 6B. RGB value is (204,9,107). Sum of RGB (Red+Green+Blue) = 204+9+107=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096B is #33F694. Grayscale: #4E4E4E. Windows color (decimal): -3405461 or 7014860. OLE color: 7014860.

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

Color convert

RGB 204 9 107 -
CMYK 0 0.96 0.48 0.2
HSL 329.85º 0.92% 0.42% -
HSV(B) 329.85º 0.96% 0.8% -
XYZ 27.65 14.09 15.17 -
YUV 78.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 204 9 107 0 0.96 0.48 0.2 329.85 0.92 0.42
Hex CC 9 6B 0 60 30 14 14A 5C 2A
Octal 314 11 153 0 140 60 24 512 134 52
Binary 11001100 1001 1101011 0 1100000 110000 10100 101001010 1011100 101010

Color Harmonies of #CC096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC096B

Black with #CC096B

Text Example


Text Example

White with #CC096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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