Html Css Color HEX #C25469 Cabaret

📋 copy color: '#C25469'

red 194 ◦ green 84 ◦ blue 105

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

Shades of Cabaret #C25469

Tints of Cabaret #C25469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

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

R = 50.65%
G = 21.93%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25469 (or 0xC25469) is known color: Cabaret. HEX triplet: C2, 54 and 69. RGB value is (194,84,105). Sum of RGB (Red+Green+Blue) = 194+84+105=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C25469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25469 is #3DAB96. Grayscale: #777777. Windows color (decimal): -4041623 or 6902978. OLE color: 6902978.

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

Color convert

RGB 194 84 105 -
CMYK 0 0.57 0.46 0.24
HSL 348.55º 0.47% 0.55% -
HSV(B) 348.55º 0.57% 0.76% -
XYZ 27.97 18.83 15.53 -
YUV 119.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 194 84 105 0 0.57 0.46 0.24 348.55 0.47 0.55
Hex C2 54 69 0 39 2E 18 15D 2F 37
Octal 302 124 151 0 71 56 30 535 57 67
Binary 11000010 1010100 1101001 0 111001 101110 11000 101011101 101111 110111

Color Harmonies of #C25469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25469

Black with #C25469

Text Example


Text Example

White with #C25469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25469; }

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

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

background-color css

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

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

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

border-color css

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

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

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