Html Css Color HEX #CB1967 Ruby

📋 copy color: '#CB1967'

red 203 ◦ green 25 ◦ blue 103

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

Shades of Ruby #CB1967

Tints of Ruby #CB1967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 61.33%
G = 7.55%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB1967 (or 0xCB1967) is known color: Ruby. HEX triplet: CB, 19 and 67. RGB value is (203,25,103). Sum of RGB (Red+Green+Blue) = 203+25+103=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1967 is #34E698. Grayscale: #565656. Windows color (decimal): -3466905 or 6756811. OLE color: 6756811.

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

Color convert

RGB 203 25 103 -
CMYK 0 0.88 0.49 0.20
HSL 333.71º 0.78% 0.45% -
HSV(B) 333.71º 0.88% 0.8% -
XYZ 27.42 14.37 14.16 -
YUV 87.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 203 25 103 0 0.88 0.49 0.20 333.71 0.78 0.45
Hex CB 19 67 0 58 31 14 14E 4E 2D
Octal 313 31 147 0 130 61 24 516 116 55
Binary 11001011 11001 1100111 0 1011000 110001 10100 101001110 1001110 101101

Color Harmonies of #CB1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1967

Black with #CB1967

Text Example


Text Example

White with #CB1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1967; }

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

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

background-color css

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

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

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

border-color css

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

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

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