Html Css Color HEX #CD163F Cardinal

📋 copy color: '#CD163F'

red 205 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #CD163F

Tints of Cardinal #CD163F

RGB

 RED value IS 205 (80.47% from 255) = 70.69%

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 70.69%
G = 7.59%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD163F (or 0xCD163F) is known color: Cardinal. HEX triplet: CD, 16 and 3F. RGB value is (205,22,63). Sum of RGB (Red+Green+Blue) = 205+22+63=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD163F is #32E9C0. Grayscale: #515151. Windows color (decimal): -3336641 or 4134605. OLE color: 4134605.

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

Color convert

RGB 205 22 63 -
CMYK 0 0.89 0.69 0.20
HSL 346.56º 0.81% 0.45% -
HSV(B) 346.56º 0.89% 0.8% -
XYZ 26.36 13.91 6 -
YUV 81.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 205 22 63 0 0.89 0.69 0.20 346.56 0.81 0.45
Hex CD 16 3F 0 59 45 14 15B 51 2D
Octal 315 26 77 0 131 105 24 533 121 55
Binary 11001101 10110 111111 0 1011001 1000101 10100 101011011 1010001 101101

Color Harmonies of #CD163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD163F

Black with #CD163F

Text Example


Text Example

White with #CD163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD163F; }

 p { color: rgb(205,22,63); }

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

background-color css

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

 a { background-color: rgb(205,22,63); }

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

border-color css

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

 span { border-color: rgb(205,22,63); }

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