Html Css Color HEX #C3063C Cardinal

📋 copy color: '#C3063C'

red 195 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #C3063C

Tints of Cardinal #C3063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 74.71%
G = 2.3%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3063C (or 0xC3063C) is known color: Cardinal. HEX triplet: C3, 06 and 3C. RGB value is (195,6,60). Sum of RGB (Red+Green+Blue) = 195+6+60=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3063C is #3CF9C3. Grayscale: #444444. Windows color (decimal): -3996100 or 3933891. OLE color: 3933891.

HSL color Cylindrical-coordinate representation of color #C3063C: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3063C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 60 -
CMYK 0 0.97 0.69 0.24
HSL 342.86º 0.94% 0.39% -
HSV(B) 342.86º 0.97% 0.76% -
XYZ 23.39 12.06 5.37 -
YUV 68.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 195 6 60 0 0.97 0.69 0.24 342.86 0.94 0.39
Hex C3 6 3C 0 61 45 18 157 5E 27
Octal 303 6 74 0 141 105 30 527 136 47
Binary 11000011 110 111100 0 1100001 1000101 11000 101010111 1011110 100111

Color Harmonies of #C3063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3063C

Black with #C3063C

Text Example


Text Example

White with #C3063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3063C; }

 p { color: rgb(195,6,60); }

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

background-color css

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

 a { background-color: rgb(195,6,60); }

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

border-color css

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

 span { border-color: rgb(195,6,60); }

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