Html Css Color HEX #CC0F6B Ruby

📋 copy color: '#CC0F6B'

red 204 ◦ green 15 ◦ blue 107

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

Shades of Ruby #CC0F6B

Tints of Ruby #CC0F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

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

R = 62.58%
G = 4.6%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC0F6B (or 0xCC0F6B) is known color: Ruby. HEX triplet: CC, 0F and 6B. RGB value is (204,15,107). Sum of RGB (Red+Green+Blue) = 204+15+107=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F6B is #33F094. Grayscale: #515151. Windows color (decimal): -3403925 or 7016396. OLE color: 7016396.

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

Color convert

RGB 204 15 107 -
CMYK 0 0.93 0.48 0.2
HSL 330.79º 0.86% 0.43% -
HSV(B) 330.79º 0.93% 0.8% -
XYZ 27.73 14.24 15.2 -
YUV 82 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 204 15 107 0 0.93 0.48 0.2 330.79 0.86 0.43
Hex CC F 6B 0 5D 30 14 14B 56 2B
Octal 314 17 153 0 135 60 24 513 126 53
Binary 11001100 1111 1101011 0 1011101 110000 10100 101001011 1010110 101011

Color Harmonies of #CC0F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F6B

Black with #CC0F6B

Text Example


Text Example

White with #CC0F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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