Html Css Color HEX #CB184E Cardinal

📋 copy color: '#CB184E'

red 203 ◦ green 24 ◦ blue 78

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

Shades of Cardinal #CB184E

Tints of Cardinal #CB184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 66.56%
G = 7.87%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB184E (or 0xCB184E) is known color: Cardinal. HEX triplet: CB, 18 and 4E. RGB value is (203,24,78). Sum of RGB (Red+Green+Blue) = 203+24+78=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB184E is #34E7B1. Grayscale: #535353. Windows color (decimal): -3467186 or 5118155. OLE color: 5118155.

HSL color Cylindrical-coordinate representation of color #CB184E: hue angle of 341.9º degrees, saturation: 0.79, 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 #CB184E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 78 -
CMYK 0 0.88 0.62 0.20
HSL 341.9º 0.79% 0.45% -
HSV(B) 341.9º 0.88% 0.8% -
XYZ 26.33 13.9 8.5 -
YUV 83.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 203 24 78 0 0.88 0.62 0.20 341.9 0.79 0.45
Hex CB 18 4E 0 58 3E 14 156 4F 2D
Octal 313 30 116 0 130 76 24 526 117 55
Binary 11001011 11000 1001110 0 1011000 111110 10100 101010110 1001111 101101

Color Harmonies of #CB184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB184E

Black with #CB184E

Text Example


Text Example

White with #CB184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB184E; }

 p { color: rgb(203,24,78); }

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

background-color css

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

 a { background-color: rgb(203,24,78); }

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

border-color css

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

 span { border-color: rgb(203,24,78); }

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