Html Css Color HEX #CB0262 Ruby

📋 copy color: '#CB0262'

red 203 ◦ green 2 ◦ blue 98

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

Shades of Ruby #CB0262

Tints of Ruby #CB0262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 67%
G = 0.66%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB0262 (or 0xCB0262) is known color: Ruby. HEX triplet: CB, 02 and 62. RGB value is (203,2,98). Sum of RGB (Red+Green+Blue) = 203+2+98=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0262 is #34FD9D. Grayscale: #484848. Windows color (decimal): -3472798 or 6423243. OLE color: 6423243.

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

Color convert

RGB 203 2 98 -
CMYK 0 0.99 0.52 0.20
HSL 331.34º 0.98% 0.4% -
HSV(B) 331.34º 0.99% 0.8% -
XYZ 26.85 13.62 12.77 -
YUV 73.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 203 2 98 0 0.99 0.52 0.20 331.34 0.98 0.4
Hex CB 2 62 0 63 34 14 14B 62 28
Octal 313 2 142 0 143 64 24 513 142 50
Binary 11001011 10 1100010 0 1100011 110100 10100 101001011 1100010 101000

Color Harmonies of #CB0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0262

Black with #CB0262

Text Example


Text Example

White with #CB0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0262; }

 p { color: rgb(203,2,98); }

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

background-color css

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

 a { background-color: rgb(203,2,98); }

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

border-color css

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

 span { border-color: rgb(203,2,98); }

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