Html Css Color HEX #CB165B Ruby

📋 copy color: '#CB165B'

red 203 ◦ green 22 ◦ blue 91

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

Shades of Ruby #CB165B

Tints of Ruby #CB165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 64.24%
G = 6.96%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB165B (or 0xCB165B) is known color: Ruby. HEX triplet: CB, 16 and 5B. RGB value is (203,22,91). Sum of RGB (Red+Green+Blue) = 203+22+91=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB165B is #34E9A4. Grayscale: #535353. Windows color (decimal): -3467685 or 5969611. OLE color: 5969611.

HSL color Cylindrical-coordinate representation of color #CB165B: hue angle of 337.13º 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 #CB165B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 91 -
CMYK 0 0.89 0.55 0.20
HSL 337.13º 0.8% 0.44% -
HSV(B) 337.13º 0.89% 0.8% -
XYZ 26.8 14.03 11.19 -
YUV 83.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 203 22 91 0 0.89 0.55 0.20 337.13 0.8 0.44
Hex CB 16 5B 0 59 37 14 151 50 2C
Octal 313 26 133 0 131 67 24 521 120 54
Binary 11001011 10110 1011011 0 1011001 110111 10100 101010001 1010000 101100

Color Harmonies of #CB165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB165B

Black with #CB165B

Text Example


Text Example

White with #CB165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB165B; }

 p { color: rgb(203,22,91); }

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

background-color css

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

 a { background-color: rgb(203,22,91); }

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

border-color css

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

 span { border-color: rgb(203,22,91); }

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