Html Css Color HEX #CB156C Ruby

📋 copy color: '#CB156C'

red 203 ◦ green 21 ◦ blue 108

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

Shades of Ruby #CB156C

Tints of Ruby #CB156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

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

R = 61.14%
G = 6.33%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB156C (or 0xCB156C) is known color: Ruby. HEX triplet: CB, 15 and 6C. RGB value is (203,21,108). Sum of RGB (Red+Green+Blue) = 203+21+108=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB156C is #34EA93. Grayscale: #555555. Windows color (decimal): -3467924 or 7083467. OLE color: 7083467.

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

Color convert

RGB 203 21 108 -
CMYK 0 0.90 0.47 0.20
HSL 331.32º 0.81% 0.44% -
HSV(B) 331.32º 0.9% 0.8% -
XYZ 27.6 14.32 15.5 -
YUV 85.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 203 21 108 0 0.90 0.47 0.20 331.32 0.81 0.44
Hex CB 15 6C 0 5A 2F 14 14B 51 2C
Octal 313 25 154 0 132 57 24 513 121 54
Binary 11001011 10101 1101100 0 1011010 101111 10100 101001011 1010001 101100

Color Harmonies of #CB156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB156C

Black with #CB156C

Text Example


Text Example

White with #CB156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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