Html Css Color HEX #CC1167 Ruby

📋 copy color: '#CC1167'

red 204 ◦ green 17 ◦ blue 103

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

Shades of Ruby #CC1167

Tints of Ruby #CC1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 62.96%
G = 5.25%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC1167 (or 0xCC1167) is known color: Ruby. HEX triplet: CC, 11 and 67. RGB value is (204,17,103). Sum of RGB (Red+Green+Blue) = 204+17+103=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1167 is #33EE98. Grayscale: #525252. Windows color (decimal): -3403417 or 6754764. OLE color: 6754764.

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

Color convert

RGB 204 17 103 -
CMYK 0 0.92 0.50 0.2
HSL 332.41º 0.85% 0.43% -
HSV(B) 332.41º 0.92% 0.8% -
XYZ 27.55 14.22 14.12 -
YUV 82.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 204 17 103 0 0.92 0.50 0.2 332.41 0.85 0.43
Hex CC 11 67 0 5C 32 14 14C 55 2B
Octal 314 21 147 0 134 62 24 514 125 53
Binary 11001100 10001 1100111 0 1011100 110010 10100 101001100 1010101 101011

Color Harmonies of #CC1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1167

Black with #CC1167

Text Example


Text Example

White with #CC1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1167; }

 p { color: rgb(204,17,103); }

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

background-color css

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

 a { background-color: rgb(204,17,103); }

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

border-color css

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

 span { border-color: rgb(204,17,103); }

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