Html Css Color HEX #CB076B Ruby

📋 copy color: '#CB076B'

red 203 ◦ green 7 ◦ blue 107

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

Shades of Ruby #CB076B

Tints of Ruby #CB076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 64.04%
G = 2.21%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB076B (or 0xCB076B) is known color: Ruby. HEX triplet: CB, 07 and 6B. RGB value is (203,7,107). Sum of RGB (Red+Green+Blue) = 203+7+107=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB076B is #34F894. Grayscale: #4C4C4C. Windows color (decimal): -3471509 or 7014347. OLE color: 7014347.

HSL color Cylindrical-coordinate representation of color #CB076B: hue angle of 329.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB076B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 107 -
CMYK 0 0.97 0.47 0.20
HSL 329.39º 0.93% 0.41% -
HSV(B) 329.39º 0.97% 0.8% -
XYZ 27.36 13.91 15.15 -
YUV 77 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 203 7 107 0 0.97 0.47 0.20 329.39 0.93 0.41
Hex CB 7 6B 0 61 2F 14 149 5D 29
Octal 313 7 153 0 141 57 24 511 135 51
Binary 11001011 111 1101011 0 1100001 101111 10100 101001001 1011101 101001

Color Harmonies of #CB076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB076B

Black with #CB076B

Text Example


Text Example

White with #CB076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB076B; }

 p { color: rgb(203,7,107); }

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

background-color css

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

 a { background-color: rgb(203,7,107); }

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

border-color css

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

 span { border-color: rgb(203,7,107); }

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