Html Css Color HEX #CB0767 Ruby

📋 copy color: '#CB0767'

red 203 ◦ green 7 ◦ blue 103

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

Shades of Ruby #CB0767

Tints of Ruby #CB0767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 64.86%
G = 2.24%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0767 (or 0xCB0767) is known color: Ruby. HEX triplet: CB, 07 and 67. RGB value is (203,7,103). Sum of RGB (Red+Green+Blue) = 203+7+103=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0767 is #34F898. Grayscale: #4C4C4C. Windows color (decimal): -3471513 or 6752203. OLE color: 6752203.

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

Color convert

RGB 203 7 103 -
CMYK 0 0.97 0.49 0.20
HSL 330.61º 0.93% 0.41% -
HSV(B) 330.61º 0.97% 0.8% -
XYZ 27.15 13.83 14.07 -
YUV 76.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 203 7 103 0 0.97 0.49 0.20 330.61 0.93 0.41
Hex CB 7 67 0 61 31 14 14B 5D 29
Octal 313 7 147 0 141 61 24 513 135 51
Binary 11001011 111 1100111 0 1100001 110001 10100 101001011 1011101 101001

Color Harmonies of #CB0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0767

Black with #CB0767

Text Example


Text Example

White with #CB0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0767; }

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

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

background-color css

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

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

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

border-color css

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

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

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