Html Css Color HEX #CB136A Ruby

📋 copy color: '#CB136A'

red 203 ◦ green 19 ◦ blue 106

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

Shades of Ruby #CB136A

Tints of Ruby #CB136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 61.89%
G = 5.79%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB136A (or 0xCB136A) is known color: Ruby. HEX triplet: CB, 13 and 6A. RGB value is (203,19,106). Sum of RGB (Red+Green+Blue) = 203+19+106=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB136A is #34EC95. Grayscale: #535353. Windows color (decimal): -3468438 or 6951883. OLE color: 6951883.

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

Color convert

RGB 203 19 106 -
CMYK 0 0.91 0.48 0.20
HSL 331.63º 0.83% 0.44% -
HSV(B) 331.63º 0.91% 0.8% -
XYZ 27.46 14.2 14.93 -
YUV 83.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 203 19 106 0 0.91 0.48 0.20 331.63 0.83 0.44
Hex CB 13 6A 0 5B 30 14 14C 53 2C
Octal 313 23 152 0 133 60 24 514 123 54
Binary 11001011 10011 1101010 0 1011011 110000 10100 101001100 1010011 101100

Color Harmonies of #CB136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB136A

Black with #CB136A

Text Example


Text Example

White with #CB136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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