Html Css Color HEX #C32043 Cardinal

📋 copy color: '#C32043'

red 195 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #C32043

Tints of Cardinal #C32043

RGB

 RED value IS 195 (76.56% from 255) = 66.33%

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 66.33%
G = 10.88%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32043 (or 0xC32043) is known color: Cardinal. HEX triplet: C3, 20 and 43. RGB value is (195,32,67). Sum of RGB (Red+Green+Blue) = 195+32+67=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C32043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32043 is #3CDFBC. Grayscale: #545454. Windows color (decimal): -3989437 or 4399299. OLE color: 4399299.

HSL color Cylindrical-coordinate representation of color #C32043: hue angle of 347.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32043 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 67 -
CMYK 0 0.84 0.66 0.24
HSL 347.12º 0.72% 0.45% -
HSV(B) 347.12º 0.84% 0.76% -
XYZ 24.04 13.04 6.56 -
YUV 84.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 195 32 67 0 0.84 0.66 0.24 347.12 0.72 0.45
Hex C3 20 43 0 54 42 18 15B 48 2D
Octal 303 40 103 0 124 102 30 533 110 55
Binary 11000011 100000 1000011 0 1010100 1000010 11000 101011011 1001000 101101

Color Harmonies of #C32043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32043

Black with #C32043

Text Example


Text Example

White with #C32043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32043; }

 p { color: rgb(195,32,67); }

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

background-color css

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

 a { background-color: rgb(195,32,67); }

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

border-color css

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

 span { border-color: rgb(195,32,67); }

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