Html Css Color HEX #CB0569 Ruby

📋 copy color: '#CB0569'

red 203 ◦ green 5 ◦ blue 105

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

Shades of Ruby #CB0569

Tints of Ruby #CB0569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 64.86%
G = 1.6%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB0569 (or 0xCB0569) is known color: Ruby. HEX triplet: CB, 05 and 69. RGB value is (203,5,105). Sum of RGB (Red+Green+Blue) = 203+5+105=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0569 is #34FA96. Grayscale: #4B4B4B. Windows color (decimal): -3472023 or 6882763. OLE color: 6882763.

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

Color convert

RGB 203 5 105 -
CMYK 0 0.98 0.48 0.20
HSL 329.7º 0.95% 0.41% -
HSV(B) 329.7º 0.98% 0.8% -
XYZ 27.23 13.82 14.6 -
YUV 75.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 203 5 105 0 0.98 0.48 0.20 329.7 0.95 0.41
Hex CB 5 69 0 62 30 14 14A 5F 29
Octal 313 5 151 0 142 60 24 512 137 51
Binary 11001011 101 1101001 0 1100010 110000 10100 101001010 1011111 101001

Color Harmonies of #CB0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0569

Black with #CB0569

Text Example


Text Example

White with #CB0569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0569; }

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

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

background-color css

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

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

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

border-color css

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

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

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