Html Css Color HEX #C25775 Cabaret

📋 copy color: '#C25775'

red 194 ◦ green 87 ◦ blue 117

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

Shades of Cabaret #C25775

Tints of Cabaret #C25775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.86%

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

R = 48.74%
G = 21.86%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25775 (or 0xC25775) is known color: Cabaret. HEX triplet: C2, 57 and 75. RGB value is (194,87,117). Sum of RGB (Red+Green+Blue) = 194+87+117=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25775 is #3DA88A. Grayscale: #7A7A7A. Windows color (decimal): -4040843 or 7690178. OLE color: 7690178.

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

Color convert

RGB 194 87 117 -
CMYK 0 0.55 0.40 0.24
HSL 343.18º 0.47% 0.55% -
HSV(B) 343.18º 0.55% 0.76% -
XYZ 28.87 19.57 19.09 -
YUV 122.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 194 87 117 0 0.55 0.40 0.24 343.18 0.47 0.55
Hex C2 57 75 0 37 28 18 157 2F 37
Octal 302 127 165 0 67 50 30 527 57 67
Binary 11000010 1010111 1110101 0 110111 101000 11000 101010111 101111 110111

Color Harmonies of #C25775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25775

Black with #C25775

Text Example


Text Example

White with #C25775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25775; }

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

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

background-color css

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

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

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

border-color css

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

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

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