Html Css Color HEX #C25668 Cabaret

📋 copy color: '#C25668'

red 194 ◦ green 86 ◦ blue 104

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

Shades of Cabaret #C25668

Tints of Cabaret #C25668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 50.52%
G = 22.4%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25668 (or 0xC25668) is known color: Cabaret. HEX triplet: C2, 56 and 68. RGB value is (194,86,104). Sum of RGB (Red+Green+Blue) = 194+86+104=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C25668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25668 is #3DA997. Grayscale: #787878. Windows color (decimal): -4041112 or 6837954. OLE color: 6837954.

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

Color convert

RGB 194 86 104 -
CMYK 0 0.56 0.46 0.24
HSL 350º 0.47% 0.55% -
HSV(B) 350º 0.56% 0.76% -
XYZ 28.07 19.12 15.31 -
YUV 120.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 194 86 104 0 0.56 0.46 0.24 350 0.47 0.55
Hex C2 56 68 0 38 2E 18 15E 2F 37
Octal 302 126 150 0 70 56 30 536 57 67
Binary 11000010 1010110 1101000 0 111000 101110 11000 101011110 101111 110111

Color Harmonies of #C25668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25668

Black with #C25668

Text Example


Text Example

White with #C25668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25668; }

 p { color: rgb(194,86,104); }

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

background-color css

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

 a { background-color: rgb(194,86,104); }

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

border-color css

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

 span { border-color: rgb(194,86,104); }

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