Html Css Color HEX #C25669 Cabaret

📋 copy color: '#C25669'

red 194 ◦ green 86 ◦ blue 105

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

Shades of Cabaret #C25669

Tints of Cabaret #C25669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 50.39%
G = 22.34%
B = 27.27%

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

#C25669 (or 0xC25669) is known color: Cabaret. HEX triplet: C2, 56 and 69. RGB value is (194,86,105). Sum of RGB (Red+Green+Blue) = 194+86+105=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25669 is #3DA996. Grayscale: #787878. Windows color (decimal): -4041111 or 6903490. OLE color: 6903490.

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

Color convert

RGB 194 86 105 -
CMYK 0 0.56 0.46 0.24
HSL 349.44º 0.47% 0.55% -
HSV(B) 349.44º 0.56% 0.76% -
XYZ 28.13 19.14 15.58 -
YUV 120.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 194 86 105 0 0.56 0.46 0.24 349.44 0.47 0.55
Hex C2 56 69 0 38 2E 18 15D 2F 37
Octal 302 126 151 0 70 56 30 535 57 67
Binary 11000010 1010110 1101001 0 111000 101110 11000 101011101 101111 110111

Color Harmonies of #C25669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25669

Black with #C25669

Text Example


Text Example

White with #C25669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25669; }

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

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

background-color css

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

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

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

border-color css

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

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

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