Html Css Color HEX #C85675 Cabaret

📋 copy color: '#C85675'

red 200 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #C85675

Tints of Cabaret #C85675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 49.63%
G = 21.34%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85675 (or 0xC85675) is known color: Cabaret. HEX triplet: C8, 56 and 75. RGB value is (200,86,117). Sum of RGB (Red+Green+Blue) = 200+86+117=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C85675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85675 is #37A98A. Grayscale: #7B7B7B. Windows color (decimal): -3647883 or 7689928. OLE color: 7689928.

HSL color Cylindrical-coordinate representation of color #C85675: hue angle of 343.68º 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 #C85675 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 117 -
CMYK 0 0.57 0.42 0.22
HSL 343.68º 0.51% 0.56% -
HSV(B) 343.68º 0.57% 0.78% -
XYZ 30.36 20.22 19.13 -
YUV 123.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 200 86 117 0 0.57 0.42 0.22 343.68 0.51 0.56
Hex C8 56 75 0 39 2A 16 158 33 38
Octal 310 126 165 0 71 52 26 530 63 70
Binary 11001000 1010110 1110101 0 111001 101010 10110 101011000 110011 111000

Color Harmonies of #C85675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85675

Black with #C85675

Text Example


Text Example

White with #C85675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85675; }

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

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

background-color css

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

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

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

border-color css

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

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

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