Html Css Color HEX #C02E67 Rouge

📋 copy color: '#C02E67'

red 192 ◦ green 46 ◦ blue 103

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

Shades of Rouge #C02E67

Tints of Rouge #C02E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 56.3%
G = 13.49%
B = 30.21%

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

#C02E67 (or 0xC02E67) is known color: Rouge. HEX triplet: C0, 2E and 67. RGB value is (192,46,103). Sum of RGB (Red+Green+Blue) = 192+46+103=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02E67 is #3FD198. Grayscale: #606060. Windows color (decimal): -4182425 or 6762176. OLE color: 6762176.

HSL color Cylindrical-coordinate representation of color #C02E67: hue angle of 336.58º 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 #C02E67 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 103 -
CMYK 0 0.76 0.46 0.25
HSL 336.58º 0.61% 0.47% -
HSV(B) 336.58º 0.76% 0.75% -
XYZ 25.16 14.14 14.23 -
YUV 96.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 192 46 103 0 0.76 0.46 0.25 336.58 0.61 0.47
Hex C0 2E 67 0 4C 2E 19 151 3D 2F
Octal 300 56 147 0 114 56 31 521 75 57
Binary 11000000 101110 1100111 0 1001100 101110 11001 101010001 111101 101111

Color Harmonies of #C02E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E67

Black with #C02E67

Text Example


Text Example

White with #C02E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E67; }

 p { color: rgb(192,46,103); }

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

background-color css

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

 a { background-color: rgb(192,46,103); }

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

border-color css

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

 span { border-color: rgb(192,46,103); }

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