Html Css Color HEX #CC1A3C Cardinal

📋 copy color: '#CC1A3C'

red 204 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #CC1A3C

Tints of Cardinal #CC1A3C

RGB

 RED value IS 204 (80.08% from 255) = 70.34%

 GREEN value IS 26 (10.55% from 255) = 8.97%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 70.34%
G = 8.97%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC1A3C (or 0xCC1A3C) is known color: Cardinal. HEX triplet: CC, 1A and 3C. RGB value is (204,26,60). Sum of RGB (Red+Green+Blue) = 204+26+60=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A3C is #33E5C3. Grayscale: #535353. Windows color (decimal): -3401156 or 3939020. OLE color: 3939020.

HSL color Cylindrical-coordinate representation of color #CC1A3C: hue angle of 348.54º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A3C is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 60 -
CMYK 0 0.87 0.71 0.2
HSL 348.54º 0.77% 0.45% -
HSV(B) 348.54º 0.87% 0.8% -
XYZ 26.09 13.9 5.58 -
YUV 83.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 204 26 60 0 0.87 0.71 0.2 348.54 0.77 0.45
Hex CC 1A 3C 0 57 47 14 15D 4D 2D
Octal 314 32 74 0 127 107 24 535 115 55
Binary 11001100 11010 111100 0 1010111 1000111 10100 101011101 1001101 101101

Color Harmonies of #CC1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A3C

Black with #CC1A3C

Text Example


Text Example

White with #CC1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A3C; }

 p { color: rgb(204,26,60); }

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

background-color css

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

 a { background-color: rgb(204,26,60); }

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

border-color css

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

 span { border-color: rgb(204,26,60); }

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