Html Css Color HEX #CB164B Cardinal

📋 copy color: '#CB164B'

red 203 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #CB164B

Tints of Cardinal #CB164B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 67.67%
G = 7.33%
B = 25%

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

#CB164B (or 0xCB164B) is known color: Cardinal. HEX triplet: CB, 16 and 4B. RGB value is (203,22,75). Sum of RGB (Red+Green+Blue) = 203+22+75=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB164B is #34E9B4. Grayscale: #525252. Windows color (decimal): -3467701 or 4921035. OLE color: 4921035.

HSL color Cylindrical-coordinate representation of color #CB164B: hue angle of 342.43º 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 #CB164B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 75 -
CMYK 0 0.89 0.63 0.20
HSL 342.43º 0.8% 0.44% -
HSV(B) 342.43º 0.89% 0.8% -
XYZ 26.19 13.78 7.94 -
YUV 82.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 203 22 75 0 0.89 0.63 0.20 342.43 0.8 0.44
Hex CB 16 4B 0 59 3F 14 156 50 2C
Octal 313 26 113 0 131 77 24 526 120 54
Binary 11001011 10110 1001011 0 1011001 111111 10100 101010110 1010000 101100

Color Harmonies of #CB164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB164B

Black with #CB164B

Text Example


Text Example

White with #CB164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB164B; }

 p { color: rgb(203,22,75); }

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

background-color css

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

 a { background-color: rgb(203,22,75); }

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

border-color css

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

 span { border-color: rgb(203,22,75); }

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