Html Css Color HEX #C4084B Cardinal

📋 copy color: '#C4084B'

red 196 ◦ green 8 ◦ blue 75

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

Shades of Cardinal #C4084B

Tints of Cardinal #C4084B

RGB

 RED value IS 196 (76.95% from 255) = 70.25%

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 70.25%
G = 2.87%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4084B (or 0xC4084B) is known color: Cardinal. HEX triplet: C4, 08 and 4B. RGB value is (196,8,75). Sum of RGB (Red+Green+Blue) = 196+8+75=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4084B is #3BF7B4. Grayscale: #474747. Windows color (decimal): -3930037 or 4917444. OLE color: 4917444.

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

Color convert

RGB 196 8 75 -
CMYK 0 0.96 0.62 0.23
HSL 338.62º 0.92% 0.4% -
HSV(B) 338.62º 0.96% 0.77% -
XYZ 24.12 12.42 7.78 -
YUV 71.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 196 8 75 0 0.96 0.62 0.23 338.62 0.92 0.4
Hex C4 8 4B 0 60 3E 17 153 5C 28
Octal 304 10 113 0 140 76 27 523 134 50
Binary 11000100 1000 1001011 0 1100000 111110 10111 101010011 1011100 101000

Color Harmonies of #C4084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4084B

Black with #C4084B

Text Example


Text Example

White with #C4084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4084B; }

 p { color: rgb(196,8,75); }

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

background-color css

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

 a { background-color: rgb(196,8,75); }

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

border-color css

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

 span { border-color: rgb(196,8,75); }

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