Html Css Color HEX #C25567 Cabaret

📋 copy color: '#C25567'

red 194 ◦ green 85 ◦ blue 103

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

Shades of Cabaret #C25567

Tints of Cabaret #C25567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 50.79%
G = 22.25%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25567 (or 0xC25567) is known color: Cabaret. HEX triplet: C2, 55 and 67. RGB value is (194,85,103). Sum of RGB (Red+Green+Blue) = 194+85+103=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25567 is #3DAA98. Grayscale: #777777. Windows color (decimal): -4041369 or 6772162. OLE color: 6772162.

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

Color convert

RGB 194 85 103 -
CMYK 0 0.56 0.47 0.24
HSL 350.09º 0.47% 0.55% -
HSV(B) 350.09º 0.56% 0.76% -
XYZ 27.94 18.95 15.02 -
YUV 119.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 194 85 103 0 0.56 0.47 0.24 350.09 0.47 0.55
Hex C2 55 67 0 38 2F 18 15E 2F 37
Octal 302 125 147 0 70 57 30 536 57 67
Binary 11000010 1010101 1100111 0 111000 101111 11000 101011110 101111 110111

Color Harmonies of #C25567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25567

Black with #C25567

Text Example


Text Example

White with #C25567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25567; }

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

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

background-color css

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

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

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

border-color css

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

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

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