Html Css Color HEX #C86068 Cabaret

📋 copy color: '#C86068'

red 200 ◦ green 96 ◦ blue 104

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

Shades of Cabaret #C86068

Tints of Cabaret #C86068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 50%
G = 24%
B = 26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86068 (or 0xC86068) is known color: Cabaret. HEX triplet: C8, 60 and 68. RGB value is (200,96,104). Sum of RGB (Red+Green+Blue) = 200+96+104=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86068 is #379F97. Grayscale: #808080. Windows color (decimal): -3645336 or 6840520. OLE color: 6840520.

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

Color convert

RGB 200 96 104 -
CMYK 0 0.52 0.48 0.22
HSL 355.38º 0.49% 0.58% -
HSV(B) 355.38º 0.52% 0.78% -
XYZ 30.5 21.64 15.67 -
YUV 128.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 200 96 104 0 0.52 0.48 0.22 355.38 0.49 0.58
Hex C8 60 68 0 34 30 16 163 31 3A
Octal 310 140 150 0 64 60 26 543 61 72
Binary 11001000 1100000 1101000 0 110100 110000 10110 101100011 110001 111010

Color Harmonies of #C86068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86068

Black with #C86068

Text Example


Text Example

White with #C86068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86068; }

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

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

background-color css

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

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

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

border-color css

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

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

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