Html Css Color HEX #CD164C Crimson

📋 copy color: '#CD164C'

red 205 ◦ green 22 ◦ blue 76

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

Shades of Crimson #CD164C

Tints of Crimson #CD164C

RGB

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

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

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

R = 67.66%
G = 7.26%
B = 25.08%

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

#CD164C (or 0xCD164C) is known color: Crimson. HEX triplet: CD, 16 and 4C. RGB value is (205,22,76). Sum of RGB (Red+Green+Blue) = 205+22+76=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD164C is #32E9B3. Grayscale: #525252. Windows color (decimal): -3336628 or 4986573. OLE color: 4986573.

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

Color convert

RGB 205 22 76 -
CMYK 0 0.89 0.63 0.20
HSL 342.3º 0.81% 0.45% -
HSV(B) 342.3º 0.89% 0.8% -
XYZ 26.77 14.07 8.14 -
YUV 82.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 205 22 76 0 0.89 0.63 0.20 342.3 0.81 0.45
Hex CD 16 4C 0 59 3F 14 156 51 2D
Octal 315 26 114 0 131 77 24 526 121 55
Binary 11001101 10110 1001100 0 1011001 111111 10100 101010110 1010001 101101

Color Harmonies of #CD164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD164C

Black with #CD164C

Text Example


Text Example

White with #CD164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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