Html Css Color HEX #C84162 Cabaret

📋 copy color: '#C84162'

red 200 ◦ green 65 ◦ blue 98

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

Shades of Cabaret #C84162

Tints of Cabaret #C84162

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 55.1%
G = 17.91%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C84162 (or 0xC84162) is known color: Cabaret. HEX triplet: C8, 41 and 62. RGB value is (200,65,98). Sum of RGB (Red+Green+Blue) = 200+65+98=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C84162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84162 is #37BE9D. Grayscale: #6D6D6D. Windows color (decimal): -3653278 or 6439368. OLE color: 6439368.

HSL color Cylindrical-coordinate representation of color #C84162: hue angle of 345.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84162 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 98 -
CMYK 0 0.68 0.51 0.22
HSL 345.33º 0.55% 0.52% -
HSV(B) 345.33º 0.68% 0.78% -
XYZ 27.91 16.94 13.35 -
YUV 109.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 200 65 98 0 0.68 0.51 0.22 345.33 0.55 0.52
Hex C8 41 62 0 44 33 16 159 37 34
Octal 310 101 142 0 104 63 26 531 67 64
Binary 11001000 1000001 1100010 0 1000100 110011 10110 101011001 110111 110100

Color Harmonies of #C84162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84162

Black with #C84162

Text Example


Text Example

White with #C84162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84162; }

 p { color: rgb(200,65,98); }

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

background-color css

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

 a { background-color: rgb(200,65,98); }

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

border-color css

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

 span { border-color: rgb(200,65,98); }

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