Html Css Color HEX #C25467 Cabaret

📋 copy color: '#C25467'

red 194 ◦ green 84 ◦ blue 103

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

Shades of Cabaret #C25467

Tints of Cabaret #C25467

RGB

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

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

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

R = 50.92%
G = 22.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25467 (or 0xC25467) is known color: Cabaret. HEX triplet: C2, 54 and 67. RGB value is (194,84,103). Sum of RGB (Red+Green+Blue) = 194+84+103=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C25467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25467 is #3DAB98. Grayscale: #777777. Windows color (decimal): -4041625 or 6771906. OLE color: 6771906.

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

Color convert

RGB 194 84 103 -
CMYK 0 0.57 0.47 0.24
HSL 349.64º 0.47% 0.55% -
HSV(B) 349.64º 0.57% 0.76% -
XYZ 27.87 18.79 14.99 -
YUV 119.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 194 84 103 0 0.57 0.47 0.24 349.64 0.47 0.55
Hex C2 54 67 0 39 2F 18 15E 2F 37
Octal 302 124 147 0 71 57 30 536 57 67
Binary 11000010 1010100 1100111 0 111001 101111 11000 101011110 101111 110111

Color Harmonies of #C25467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25467

Black with #C25467

Text Example


Text Example

White with #C25467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25467; }

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

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

background-color css

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

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

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

border-color css

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

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

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