Html Css Color HEX #CB135C Ruby

📋 copy color: '#CB135C'

red 203 ◦ green 19 ◦ blue 92

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

Shades of Ruby #CB135C

Tints of Ruby #CB135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 64.65%
G = 6.05%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB135C (or 0xCB135C) is known color: Ruby. HEX triplet: CB, 13 and 5C. RGB value is (203,19,92). Sum of RGB (Red+Green+Blue) = 203+19+92=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB135C is #34ECA3. Grayscale: #525252. Windows color (decimal): -3468452 or 6034379. OLE color: 6034379.

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

Color convert

RGB 203 19 92 -
CMYK 0 0.91 0.55 0.20
HSL 336.2º 0.83% 0.44% -
HSV(B) 336.2º 0.91% 0.8% -
XYZ 26.79 13.93 11.4 -
YUV 82.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 203 19 92 0 0.91 0.55 0.20 336.2 0.83 0.44
Hex CB 13 5C 0 5B 37 14 150 53 2C
Octal 313 23 134 0 133 67 24 520 123 54
Binary 11001011 10011 1011100 0 1011011 110111 10100 101010000 1010011 101100

Color Harmonies of #CB135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB135C

Black with #CB135C

Text Example


Text Example

White with #CB135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB135C; }

 p { color: rgb(203,19,92); }

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

background-color css

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

 a { background-color: rgb(203,19,92); }

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

border-color css

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

 span { border-color: rgb(203,19,92); }

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