Html Css Color HEX #C23767 Rouge

📋 copy color: '#C23767'

red 194 ◦ green 55 ◦ blue 103

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

Shades of Rouge #C23767

Tints of Rouge #C23767

RGB

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

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

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

R = 55.11%
G = 15.63%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C23767 (or 0xC23767) is known color: Rouge. HEX triplet: C2, 37 and 67. RGB value is (194,55,103). Sum of RGB (Red+Green+Blue) = 194+55+103=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C23767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23767 is #3DC898. Grayscale: #656565. Windows color (decimal): -4049049 or 6764482. OLE color: 6764482.

HSL color Cylindrical-coordinate representation of color #C23767: hue angle of 339.28º 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 #C23767 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 103 -
CMYK 0 0.72 0.47 0.24
HSL 339.28º 0.56% 0.49% -
HSV(B) 339.28º 0.72% 0.76% -
XYZ 26.06 15.18 14.39 -
YUV 102.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 194 55 103 0 0.72 0.47 0.24 339.28 0.56 0.49
Hex C2 37 67 0 48 2F 18 153 38 31
Octal 302 67 147 0 110 57 30 523 70 61
Binary 11000010 110111 1100111 0 1001000 101111 11000 101010011 111000 110001

Color Harmonies of #C23767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23767

Black with #C23767

Text Example


Text Example

White with #C23767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23767; }

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

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

background-color css

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

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

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

border-color css

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

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

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