Html Css Color HEX #CB174C Cardinal

📋 copy color: '#CB174C'

red 203 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #CB174C

Tints of Cardinal #CB174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 67.22%
G = 7.62%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB174C (or 0xCB174C) is known color: Cardinal. HEX triplet: CB, 17 and 4C. RGB value is (203,23,76). Sum of RGB (Red+Green+Blue) = 203+23+76=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB174C is #34E8B3. Grayscale: #525252. Windows color (decimal): -3467444 or 4986827. OLE color: 4986827.

HSL color Cylindrical-coordinate representation of color #CB174C: hue angle of 342.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB174C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 76 -
CMYK 0 0.89 0.63 0.20
HSL 342.33º 0.8% 0.44% -
HSV(B) 342.33º 0.89% 0.8% -
XYZ 26.24 13.83 8.12 -
YUV 82.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 203 23 76 0 0.89 0.63 0.20 342.33 0.8 0.44
Hex CB 17 4C 0 59 3F 14 156 50 2C
Octal 313 27 114 0 131 77 24 526 120 54
Binary 11001011 10111 1001100 0 1011001 111111 10100 101010110 1010000 101100

Color Harmonies of #CB174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB174C

Black with #CB174C

Text Example


Text Example

White with #CB174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB174C; }

 p { color: rgb(203,23,76); }

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

background-color css

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

 a { background-color: rgb(203,23,76); }

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

border-color css

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

 span { border-color: rgb(203,23,76); }

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