Html Css Color HEX #C23765 Rouge

📋 copy color: '#C23765'

red 194 ◦ green 55 ◦ blue 101

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

Shades of Rouge #C23765

Tints of Rouge #C23765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 55.43%
G = 15.71%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C23765 (or 0xC23765) is known color: Rouge. HEX triplet: C2, 37 and 65. RGB value is (194,55,101). Sum of RGB (Red+Green+Blue) = 194+55+101=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23765 is #3DC89A. Grayscale: #656565. Windows color (decimal): -4049051 or 6633410. OLE color: 6633410.

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

Color convert

RGB 194 55 101 -
CMYK 0 0.72 0.48 0.24
HSL 340.14º 0.56% 0.49% -
HSV(B) 340.14º 0.72% 0.76% -
XYZ 25.96 15.14 13.87 -
YUV 101.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 194 55 101 0 0.72 0.48 0.24 340.14 0.56 0.49
Hex C2 37 65 0 48 30 18 154 38 31
Octal 302 67 145 0 110 60 30 524 70 61
Binary 11000010 110111 1100101 0 1001000 110000 11000 101010100 111000 110001

Color Harmonies of #C23765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23765

Black with #C23765

Text Example


Text Example

White with #C23765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23765; }

 p { color: rgb(194,55,101); }

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

background-color css

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

 a { background-color: rgb(194,55,101); }

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

border-color css

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

 span { border-color: rgb(194,55,101); }

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