Html Css Color HEX #CB0369 Ruby

📋 copy color: '#CB0369'

red 203 ◦ green 3 ◦ blue 105

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

Shades of Ruby #CB0369

Tints of Ruby #CB0369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 65.27%
G = 0.96%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB0369 (or 0xCB0369) is known color: Ruby. HEX triplet: CB, 03 and 69. RGB value is (203,3,105). Sum of RGB (Red+Green+Blue) = 203+3+105=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0369 is #34FC96. Grayscale: #4A4A4A. Windows color (decimal): -3472535 or 6882251. OLE color: 6882251.

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

Color convert

RGB 203 3 105 -
CMYK 0 0.99 0.48 0.20
HSL 329.4º 0.97% 0.4% -
HSV(B) 329.4º 0.99% 0.8% -
XYZ 27.21 13.78 14.59 -
YUV 74.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 203 3 105 0 0.99 0.48 0.20 329.4 0.97 0.4
Hex CB 3 69 0 63 30 14 149 61 28
Octal 313 3 151 0 143 60 24 511 141 50
Binary 11001011 11 1101001 0 1100011 110000 10100 101001001 1100001 101000

Color Harmonies of #CB0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0369

Black with #CB0369

Text Example


Text Example

White with #CB0369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0369; }

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

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

background-color css

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

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

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

border-color css

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

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

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