Html Css Color HEX #CB0567 Ruby

📋 copy color: '#CB0567'

red 203 ◦ green 5 ◦ blue 103

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

Shades of Ruby #CB0567

Tints of Ruby #CB0567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 65.27%
G = 1.61%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0567 (or 0xCB0567) is known color: Ruby. HEX triplet: CB, 05 and 67. RGB value is (203,5,103). Sum of RGB (Red+Green+Blue) = 203+5+103=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0567 is #34FA98. Grayscale: #4B4B4B. Windows color (decimal): -3472025 or 6751691. OLE color: 6751691.

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

Color convert

RGB 203 5 103 -
CMYK 0 0.98 0.49 0.20
HSL 330.3º 0.95% 0.41% -
HSV(B) 330.3º 0.98% 0.8% -
XYZ 27.13 13.78 14.06 -
YUV 75.37 143.6 219.03 -
System Red Green Blue C M Y K H S L
Decimal 203 5 103 0 0.98 0.49 0.20 330.3 0.95 0.41
Hex CB 5 67 0 62 31 14 14A 5F 29
Octal 313 5 147 0 142 61 24 512 137 51
Binary 11001011 101 1100111 0 1100010 110001 10100 101001010 1011111 101001

Color Harmonies of #CB0567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0567

Black with #CB0567

Text Example


Text Example

White with #CB0567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0567; }

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

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

background-color css

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

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

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

border-color css

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

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

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