Html Css Color HEX #C02047 Cardinal

📋 copy color: '#C02047'

red 192 ◦ green 32 ◦ blue 71

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

Shades of Cardinal #C02047

Tints of Cardinal #C02047

RGB

 RED value IS 192 (75.39% from 255) = 65.08%

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

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 65.08%
G = 10.85%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02047 (or 0xC02047) is known color: Cardinal. HEX triplet: C0, 20 and 47. RGB value is (192,32,71). Sum of RGB (Red+Green+Blue) = 192+32+71=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02047 is #3FDFB8. Grayscale: #545454. Windows color (decimal): -4186041 or 4661440. OLE color: 4661440.

HSL color Cylindrical-coordinate representation of color #C02047: hue angle of 345.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02047 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 71 -
CMYK 0 0.83 0.63 0.25
HSL 345.38º 0.71% 0.44% -
HSV(B) 345.38º 0.83% 0.75% -
XYZ 23.39 12.69 7.18 -
YUV 84.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 192 32 71 0 0.83 0.63 0.25 345.38 0.71 0.44
Hex C0 20 47 0 53 3F 19 159 47 2C
Octal 300 40 107 0 123 77 31 531 107 54
Binary 11000000 100000 1000111 0 1010011 111111 11001 101011001 1000111 101100

Color Harmonies of #C02047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02047

Black with #C02047

Text Example


Text Example

White with #C02047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02047; }

 p { color: rgb(192,32,71); }

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

background-color css

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

 a { background-color: rgb(192,32,71); }

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

border-color css

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

 span { border-color: rgb(192,32,71); }

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