Html Css Color HEX #CB176C Ruby

📋 copy color: '#CB176C'

red 203 ◦ green 23 ◦ blue 108

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

Shades of Ruby #CB176C

Tints of Ruby #CB176C

RGB

 RED value IS 203 (79.69% from 255) = 60.78%

 GREEN value IS 23 (9.38% from 255) = 6.89%

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 60.78%
G = 6.89%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB176C (or 0xCB176C) is known color: Ruby. HEX triplet: CB, 17 and 6C. RGB value is (203,23,108). Sum of RGB (Red+Green+Blue) = 203+23+108=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB176C is #34E893. Grayscale: #565656. Windows color (decimal): -3467412 or 7083979. OLE color: 7083979.

HSL color Cylindrical-coordinate representation of color #CB176C: hue angle of 331.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB176C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 108 -
CMYK 0 0.89 0.47 0.20
HSL 331.67º 0.8% 0.44% -
HSV(B) 331.67º 0.89% 0.8% -
XYZ 27.64 14.39 15.51 -
YUV 86.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 203 23 108 0 0.89 0.47 0.20 331.67 0.8 0.44
Hex CB 17 6C 0 59 2F 14 14C 50 2C
Octal 313 27 154 0 131 57 24 514 120 54
Binary 11001011 10111 1101100 0 1011001 101111 10100 101001100 1010000 101100

Color Harmonies of #CB176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB176C

Black with #CB176C

Text Example


Text Example

White with #CB176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB176C; }

 p { color: rgb(203,23,108); }

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

background-color css

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

 a { background-color: rgb(203,23,108); }

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

border-color css

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

 span { border-color: rgb(203,23,108); }

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