Html Css Color HEX #C23367 Rouge

📋 copy color: '#C23367'

red 194 ◦ green 51 ◦ blue 103

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

Shades of Rouge #C23367

Tints of Rouge #C23367

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 55.75%
G = 14.66%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C23367 (or 0xC23367) is known color: Rouge. HEX triplet: C2, 33 and 67. RGB value is (194,51,103). Sum of RGB (Red+Green+Blue) = 194+51+103=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23367 is #3DCC98. Grayscale: #636363. Windows color (decimal): -4050073 or 6763458. OLE color: 6763458.

HSL color Cylindrical-coordinate representation of color #C23367: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23367 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 103 -
CMYK 0 0.74 0.47 0.24
HSL 338.18º 0.58% 0.48% -
HSV(B) 338.18º 0.74% 0.76% -
XYZ 25.88 14.82 14.33 -
YUV 99.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 194 51 103 0 0.74 0.47 0.24 338.18 0.58 0.48
Hex C2 33 67 0 4A 2F 18 152 3A 30
Octal 302 63 147 0 112 57 30 522 72 60
Binary 11000010 110011 1100111 0 1001010 101111 11000 101010010 111010 110000

Color Harmonies of #C23367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23367

Black with #C23367

Text Example


Text Example

White with #C23367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23367; }

 p { color: rgb(194,51,103); }

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

background-color css

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

 a { background-color: rgb(194,51,103); }

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

border-color css

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

 span { border-color: rgb(194,51,103); }

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