Html Css Color HEX #C25675 Cabaret

📋 copy color: '#C25675'

red 194 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #C25675

Tints of Cabaret #C25675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 48.87%
G = 21.66%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25675 (or 0xC25675) is known color: Cabaret. HEX triplet: C2, 56 and 75. RGB value is (194,86,117). Sum of RGB (Red+Green+Blue) = 194+86+117=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25675 is #3DA98A. Grayscale: #797979. Windows color (decimal): -4041099 or 7689922. OLE color: 7689922.

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

Color convert

RGB 194 86 117 -
CMYK 0 0.56 0.40 0.24
HSL 342.78º 0.47% 0.55% -
HSV(B) 342.78º 0.56% 0.76% -
XYZ 28.79 19.41 19.06 -
YUV 121.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 194 86 117 0 0.56 0.40 0.24 342.78 0.47 0.55
Hex C2 56 75 0 38 28 18 157 2F 37
Octal 302 126 165 0 70 50 30 527 57 67
Binary 11000010 1010110 1110101 0 111000 101000 11000 101010111 101111 110111

Color Harmonies of #C25675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25675

Black with #C25675

Text Example


Text Example

White with #C25675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25675; }

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

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

background-color css

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

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

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

border-color css

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

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

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