Html Css Color HEX #C85669 Cabaret

📋 copy color: '#C85669'

red 200 ◦ green 86 ◦ blue 105

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

Shades of Cabaret #C85669

Tints of Cabaret #C85669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 51.15%
G = 21.99%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85669 (or 0xC85669) is known color: Cabaret. HEX triplet: C8, 56 and 69. RGB value is (200,86,105). Sum of RGB (Red+Green+Blue) = 200+86+105=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C85669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85669 is #37A996. Grayscale: #7A7A7A. Windows color (decimal): -3647895 or 6903496. OLE color: 6903496.

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

Color convert

RGB 200 86 105 -
CMYK 0 0.57 0.48 0.22
HSL 350º 0.51% 0.56% -
HSV(B) 350º 0.57% 0.78% -
XYZ 29.7 19.95 15.65 -
YUV 122.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 200 86 105 0 0.57 0.48 0.22 350 0.51 0.56
Hex C8 56 69 0 39 30 16 15E 33 38
Octal 310 126 151 0 71 60 26 536 63 70
Binary 11001000 1010110 1101001 0 111001 110000 10110 101011110 110011 111000

Color Harmonies of #C85669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85669

Black with #C85669

Text Example


Text Example

White with #C85669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85669; }

 p { color: rgb(200,86,105); }

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

background-color css

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

 a { background-color: rgb(200,86,105); }

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

border-color css

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

 span { border-color: rgb(200,86,105); }

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