Html Css Color HEX #C85467 Cabaret

📋 copy color: '#C85467'

red 200 ◦ green 84 ◦ blue 103

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

Shades of Cabaret #C85467

Tints of Cabaret #C85467

RGB

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

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

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

R = 51.68%
G = 21.71%
B = 26.61%

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

#C85467 (or 0xC85467) is known color: Cabaret. HEX triplet: C8, 54 and 67. RGB value is (200,84,103). Sum of RGB (Red+Green+Blue) = 200+84+103=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85467 is #37AB98. Grayscale: #787878. Windows color (decimal): -3648409 or 6771912. OLE color: 6771912.

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

Color convert

RGB 200 84 103 -
CMYK 0 0.58 0.48 0.22
HSL 350.17º 0.51% 0.56% -
HSV(B) 350.17º 0.58% 0.78% -
XYZ 29.44 19.6 15.06 -
YUV 120.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 200 84 103 0 0.58 0.48 0.22 350.17 0.51 0.56
Hex C8 54 67 0 3A 30 16 15E 33 38
Octal 310 124 147 0 72 60 26 536 63 70
Binary 11001000 1010100 1100111 0 111010 110000 10110 101011110 110011 111000

Color Harmonies of #C85467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85467

Black with #C85467

Text Example


Text Example

White with #C85467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85467; }

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

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

background-color css

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

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

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

border-color css

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

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

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