Html Css Color HEX #CB154A Cardinal

📋 copy color: '#CB154A'

red 203 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #CB154A

Tints of Cardinal #CB154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 68.12%
G = 7.05%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB154A (or 0xCB154A) is known color: Cardinal. HEX triplet: CB, 15 and 4A. RGB value is (203,21,74). Sum of RGB (Red+Green+Blue) = 203+21+74=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB154A is #34EAB5. Grayscale: #515151. Windows color (decimal): -3467958 or 4855243. OLE color: 4855243.

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

Color convert

RGB 203 21 74 -
CMYK 0 0.90 0.64 0.20
HSL 342.53º 0.81% 0.44% -
HSV(B) 342.53º 0.9% 0.8% -
XYZ 26.13 13.73 7.75 -
YUV 81.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 203 21 74 0 0.90 0.64 0.20 342.53 0.81 0.44
Hex CB 15 4A 0 5A 40 14 157 51 2C
Octal 313 25 112 0 132 100 24 527 121 54
Binary 11001011 10101 1001010 0 1011010 1000000 10100 101010111 1010001 101100

Color Harmonies of #CB154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB154A

Black with #CB154A

Text Example


Text Example

White with #CB154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB154A; }

 p { color: rgb(203,21,74); }

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

background-color css

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

 a { background-color: rgb(203,21,74); }

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

border-color css

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

 span { border-color: rgb(203,21,74); }

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