Html Css Color HEX #CB075B Ruby

📋 copy color: '#CB075B'

red 203 ◦ green 7 ◦ blue 91

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

Shades of Ruby #CB075B

Tints of Ruby #CB075B

RGB

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

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

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

R = 67.44%
G = 2.33%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB075B (or 0xCB075B) is known color: Ruby. HEX triplet: CB, 07 and 5B. RGB value is (203,7,91). Sum of RGB (Red+Green+Blue) = 203+7+91=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB075B is #34F8A4. Grayscale: #4B4B4B. Windows color (decimal): -3471525 or 5965771. OLE color: 5965771.

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

Color convert

RGB 203 7 91 -
CMYK 0 0.97 0.55 0.20
HSL 334.29º 0.93% 0.41% -
HSV(B) 334.29º 0.97% 0.8% -
XYZ 26.59 13.6 11.12 -
YUV 75.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 203 7 91 0 0.97 0.55 0.20 334.29 0.93 0.41
Hex CB 7 5B 0 61 37 14 14E 5D 29
Octal 313 7 133 0 141 67 24 516 135 51
Binary 11001011 111 1011011 0 1100001 110111 10100 101001110 1011101 101001

Color Harmonies of #CB075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB075B

Black with #CB075B

Text Example


Text Example

White with #CB075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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