Html Css Color HEX #CB136C Ruby

📋 copy color: '#CB136C'

red 203 ◦ green 19 ◦ blue 108

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

Shades of Ruby #CB136C

Tints of Ruby #CB136C

RGB

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

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

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

R = 61.52%
G = 5.76%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB136C (or 0xCB136C) is known color: Ruby. HEX triplet: CB, 13 and 6C. RGB value is (203,19,108). Sum of RGB (Red+Green+Blue) = 203+19+108=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB136C is #34EC93. Grayscale: #535353. Windows color (decimal): -3468436 or 7082955. OLE color: 7082955.

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

Color convert

RGB 203 19 108 -
CMYK 0 0.91 0.47 0.20
HSL 330.98º 0.83% 0.44% -
HSV(B) 330.98º 0.91% 0.8% -
XYZ 27.57 14.24 15.48 -
YUV 84.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 203 19 108 0 0.91 0.47 0.20 330.98 0.83 0.44
Hex CB 13 6C 0 5B 2F 14 14B 53 2C
Octal 313 23 154 0 133 57 24 513 123 54
Binary 11001011 10011 1101100 0 1011011 101111 10100 101001011 1010011 101100

Color Harmonies of #CB136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB136C

Black with #CB136C

Text Example


Text Example

White with #CB136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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