Html Css Color HEX #C3074C Cardinal

📋 copy color: '#C3074C'

red 195 ◦ green 7 ◦ blue 76

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

Shades of Cardinal #C3074C

Tints of Cardinal #C3074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 70.14%
G = 2.52%
B = 27.34%

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

#C3074C (or 0xC3074C) is known color: Cardinal. HEX triplet: C3, 07 and 4C. RGB value is (195,7,76). Sum of RGB (Red+Green+Blue) = 195+7+76=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3074C is #3CF8B3. Grayscale: #464646. Windows color (decimal): -3995828 or 4982723. OLE color: 4982723.

HSL color Cylindrical-coordinate representation of color #C3074C: hue angle of 337.98º degrees, saturation: 0.93, 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 #C3074C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 76 -
CMYK 0 0.96 0.61 0.24
HSL 337.98º 0.93% 0.4% -
HSV(B) 337.98º 0.96% 0.76% -
XYZ 23.89 12.28 7.95 -
YUV 71.08 130.78 216.39 -
System Red Green Blue C M Y K H S L
Decimal 195 7 76 0 0.96 0.61 0.24 337.98 0.93 0.4
Hex C3 7 4C 0 60 3D 18 152 5D 28
Octal 303 7 114 0 140 75 30 522 135 50
Binary 11000011 111 1001100 0 1100000 111101 11000 101010010 1011101 101000

Color Harmonies of #C3074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3074C

Black with #C3074C

Text Example


Text Example

White with #C3074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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