Html Css Color HEX #CB0867 Ruby

📋 copy color: '#CB0867'

red 203 ◦ green 8 ◦ blue 103

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

Shades of Ruby #CB0867

Tints of Ruby #CB0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

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

R = 64.65%
G = 2.55%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB0867 (or 0xCB0867) is known color: Ruby. HEX triplet: CB, 08 and 67. RGB value is (203,8,103). Sum of RGB (Red+Green+Blue) = 203+8+103=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0867 is #34F798. Grayscale: #4C4C4C. Windows color (decimal): -3471257 or 6752459. OLE color: 6752459.

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

Color convert

RGB 203 8 103 -
CMYK 0 0.96 0.49 0.20
HSL 330.77º 0.92% 0.41% -
HSV(B) 330.77º 0.96% 0.8% -
XYZ 27.16 13.85 14.07 -
YUV 77.14 142.6 217.78 -
System Red Green Blue C M Y K H S L
Decimal 203 8 103 0 0.96 0.49 0.20 330.77 0.92 0.41
Hex CB 8 67 0 60 31 14 14B 5C 29
Octal 313 10 147 0 140 61 24 513 134 51
Binary 11001011 1000 1100111 0 1100000 110001 10100 101001011 1011100 101001

Color Harmonies of #CB0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0867

Black with #CB0867

Text Example


Text Example

White with #CB0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0867; }

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

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

background-color css

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

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

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

border-color css

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

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

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