Html Css Color HEX #C3084C Cardinal

📋 copy color: '#C3084C'

red 195 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C3084C

Tints of Cardinal #C3084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 69.89%
G = 2.87%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3084C (or 0xC3084C) is known color: Cardinal. HEX triplet: C3, 08 and 4C. RGB value is (195,8,76). Sum of RGB (Red+Green+Blue) = 195+8+76=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3084C is #3CF7B3. Grayscale: #474747. Windows color (decimal): -3995572 or 4982979. OLE color: 4982979.

HSL color Cylindrical-coordinate representation of color #C3084C: hue angle of 338.18º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3084C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 8 76 -
CMYK 0 0.96 0.61 0.24
HSL 338.18º 0.92% 0.4% -
HSV(B) 338.18º 0.96% 0.76% -
XYZ 23.9 12.3 7.95 -
YUV 71.67 130.45 215.97 -
System Red Green Blue C M Y K H S L
Decimal 195 8 76 0 0.96 0.61 0.24 338.18 0.92 0.4
Hex C3 8 4C 0 60 3D 18 152 5C 28
Octal 303 10 114 0 140 75 30 522 134 50
Binary 11000011 1000 1001100 0 1100000 111101 11000 101010010 1011100 101000

Color Harmonies of #C3084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3084C

Black with #C3084C

Text Example


Text Example

White with #C3084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3084C; }

 p { color: rgb(195,8,76); }

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

background-color css

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

 a { background-color: rgb(195,8,76); }

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

border-color css

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

 span { border-color: rgb(195,8,76); }

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