Html Css Color HEX #C02F68 Rouge

📋 copy color: '#C02F68'

red 192 ◦ green 47 ◦ blue 104

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

Shades of Rouge #C02F68

Tints of Rouge #C02F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.7%

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

R = 55.98%
G = 13.7%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02F68 (or 0xC02F68) is known color: Rouge. HEX triplet: C0, 2F and 68. RGB value is (192,47,104). Sum of RGB (Red+Green+Blue) = 192+47+104=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F68 is #3FD097. Grayscale: #606060. Windows color (decimal): -4182168 or 6827968. OLE color: 6827968.

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

Color convert

RGB 192 47 104 -
CMYK 0 0.76 0.46 0.25
HSL 336.41º 0.61% 0.47% -
HSV(B) 336.41º 0.76% 0.75% -
XYZ 25.25 14.24 14.51 -
YUV 96.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 192 47 104 0 0.76 0.46 0.25 336.41 0.61 0.47
Hex C0 2F 68 0 4C 2E 19 150 3D 2F
Octal 300 57 150 0 114 56 31 520 75 57
Binary 11000000 101111 1101000 0 1001100 101110 11001 101010000 111101 101111

Color Harmonies of #C02F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F68

Black with #C02F68

Text Example


Text Example

White with #C02F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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