Html Css Color HEX #C02B68 Rouge

📋 copy color: '#C02B68'

red 192 ◦ green 43 ◦ blue 104

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

Shades of Rouge #C02B68

Tints of Rouge #C02B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 56.64%
G = 12.68%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02B68 (or 0xC02B68) is known color: Rouge. HEX triplet: C0, 2B and 68. RGB value is (192,43,104). Sum of RGB (Red+Green+Blue) = 192+43+104=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B68 is #3FD497. Grayscale: #5E5E5E. Windows color (decimal): -4183192 or 6826944. OLE color: 6826944.

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

Color convert

RGB 192 43 104 -
CMYK 0 0.78 0.46 0.25
HSL 335.44º 0.63% 0.46% -
HSV(B) 335.44º 0.78% 0.75% -
XYZ 25.1 13.93 14.46 -
YUV 94.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 192 43 104 0 0.78 0.46 0.25 335.44 0.63 0.46
Hex C0 2B 68 0 4E 2E 19 14F 3F 2E
Octal 300 53 150 0 116 56 31 517 77 56
Binary 11000000 101011 1101000 0 1001110 101110 11001 101001111 111111 101110

Color Harmonies of #C02B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B68

Black with #C02B68

Text Example


Text Example

White with #C02B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B68; }

 p { color: rgb(192,43,104); }

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

background-color css

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

 a { background-color: rgb(192,43,104); }

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

border-color css

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

 span { border-color: rgb(192,43,104); }

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