Html Css Color HEX #C85367 Cabaret

📋 copy color: '#C85367'

red 200 ◦ green 83 ◦ blue 103

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

Shades of Cabaret #C85367

Tints of Cabaret #C85367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 51.81%
G = 21.5%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85367 (or 0xC85367) is known color: Cabaret. HEX triplet: C8, 53 and 67. RGB value is (200,83,103). Sum of RGB (Red+Green+Blue) = 200+83+103=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85367 is #37AC98. Grayscale: #787878. Windows color (decimal): -3648665 or 6771656. OLE color: 6771656.

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

Color convert

RGB 200 83 103 -
CMYK 0 0.58 0.48 0.22
HSL 349.74º 0.52% 0.55% -
HSV(B) 349.74º 0.59% 0.78% -
XYZ 29.36 19.45 15.04 -
YUV 120.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 200 83 103 0 0.58 0.48 0.22 349.74 0.52 0.55
Hex C8 53 67 0 3A 30 16 15E 34 37
Octal 310 123 147 0 72 60 26 536 64 67
Binary 11001000 1010011 1100111 0 111010 110000 10110 101011110 110100 110111

Color Harmonies of #C85367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85367

Black with #C85367

Text Example


Text Example

White with #C85367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85367; }

 p { color: rgb(200,83,103); }

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

background-color css

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

 a { background-color: rgb(200,83,103); }

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

border-color css

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

 span { border-color: rgb(200,83,103); }

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