Html Css Color HEX #CB0646 Crimson

📋 copy color: '#CB0646'

red 203 ◦ green 6 ◦ blue 70

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

Shades of Crimson #CB0646

Tints of Crimson #CB0646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 72.76%
G = 2.15%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB0646 (or 0xCB0646) is known color: Crimson. HEX triplet: CB, 06 and 46. RGB value is (203,6,70). Sum of RGB (Red+Green+Blue) = 203+6+70=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0646 is #34F9B9. Grayscale: #484848. Windows color (decimal): -3471802 or 4589259. OLE color: 4589259.

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

Color convert

RGB 203 6 70 -
CMYK 0 0.97 0.66 0.20
HSL 340.51º 0.94% 0.41% -
HSV(B) 340.51º 0.97% 0.8% -
XYZ 25.8 13.27 7 -
YUV 72.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 203 6 70 0 0.97 0.66 0.20 340.51 0.94 0.41
Hex CB 6 46 0 61 42 14 155 5E 29
Octal 313 6 106 0 141 102 24 525 136 51
Binary 11001011 110 1000110 0 1100001 1000010 10100 101010101 1011110 101001

Color Harmonies of #CB0646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0646

Black with #CB0646

Text Example


Text Example

White with #CB0646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0646; }

 p { color: rgb(203,6,70); }

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

background-color css

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

 a { background-color: rgb(203,6,70); }

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

border-color css

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

 span { border-color: rgb(203,6,70); }

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