Html Css Color HEX #C25C6B Cabaret

📋 copy color: '#C25C6B'

red 194 ◦ green 92 ◦ blue 107

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

Shades of Cabaret #C25C6B

Tints of Cabaret #C25C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 49.36%
G = 23.41%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C25C6B (or 0xC25C6B) is known color: Cabaret. HEX triplet: C2, 5C and 6B. RGB value is (194,92,107). Sum of RGB (Red+Green+Blue) = 194+92+107=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C6B is #3DA394. Grayscale: #7C7C7C. Windows color (decimal): -4039573 or 7036098. OLE color: 7036098.

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

Color convert

RGB 194 92 107 -
CMYK 0 0.53 0.45 0.24
HSL 351.18º 0.46% 0.56% -
HSV(B) 351.18º 0.53% 0.76% -
XYZ 28.73 20.19 16.29 -
YUV 124.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 194 92 107 0 0.53 0.45 0.24 351.18 0.46 0.56
Hex C2 5C 6B 0 35 2D 18 15F 2E 38
Octal 302 134 153 0 65 55 30 537 56 70
Binary 11000010 1011100 1101011 0 110101 101101 11000 101011111 101110 111000

Color Harmonies of #C25C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C6B

Black with #C25C6B

Text Example


Text Example

White with #C25C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C6B; }

 p { color: rgb(194,92,107); }

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

background-color css

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

 a { background-color: rgb(194,92,107); }

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

border-color css

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

 span { border-color: rgb(194,92,107); }

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