Html Css Color HEX #CB0962 Ruby

📋 copy color: '#CB0962'

red 203 ◦ green 9 ◦ blue 98

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

Shades of Ruby #CB0962

Tints of Ruby #CB0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 65.48%
G = 2.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB0962 (or 0xCB0962) is known color: Ruby. HEX triplet: CB, 09 and 62. RGB value is (203,9,98). Sum of RGB (Red+Green+Blue) = 203+9+98=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0962 is #34F69D. Grayscale: #4C4C4C. Windows color (decimal): -3471006 or 6425035. OLE color: 6425035.

HSL color Cylindrical-coordinate representation of color #CB0962: hue angle of 332.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0962 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 98 -
CMYK 0 0.96 0.52 0.20
HSL 332.47º 0.92% 0.42% -
HSV(B) 332.47º 0.96% 0.8% -
XYZ 26.93 13.77 12.79 -
YUV 77.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 203 9 98 0 0.96 0.52 0.20 332.47 0.92 0.42
Hex CB 9 62 0 60 34 14 14C 5C 2A
Octal 313 11 142 0 140 64 24 514 134 52
Binary 11001011 1001 1100010 0 1100000 110100 10100 101001100 1011100 101010

Color Harmonies of #CB0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0962

Black with #CB0962

Text Example


Text Example

White with #CB0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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