Html Css Color HEX #C84468 Cabaret

📋 copy color: '#C84468'

red 200 ◦ green 68 ◦ blue 104

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

Shades of Cabaret #C84468

Tints of Cabaret #C84468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 53.76%
G = 18.28%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C84468 (or 0xC84468) is known color: Cabaret. HEX triplet: C8, 44 and 68. RGB value is (200,68,104). Sum of RGB (Red+Green+Blue) = 200+68+104=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C84468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84468 is #37BB97. Grayscale: #6F6F6F. Windows color (decimal): -3652504 or 6833352. OLE color: 6833352.

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

Color convert

RGB 200 68 104 -
CMYK 0 0.66 0.48 0.22
HSL 343.64º 0.55% 0.53% -
HSV(B) 343.64º 0.66% 0.78% -
XYZ 28.39 17.41 14.96 -
YUV 111.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 200 68 104 0 0.66 0.48 0.22 343.64 0.55 0.53
Hex C8 44 68 0 42 30 16 158 37 35
Octal 310 104 150 0 102 60 26 530 67 65
Binary 11001000 1000100 1101000 0 1000010 110000 10110 101011000 110111 110101

Color Harmonies of #C84468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84468

Black with #C84468

Text Example


Text Example

White with #C84468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84468; }

 p { color: rgb(200,68,104); }

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

background-color css

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

 a { background-color: rgb(200,68,104); }

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

border-color css

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

 span { border-color: rgb(200,68,104); }

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