Html Css Color HEX #C86672 Cabaret

📋 copy color: '#C86672'

red 200 ◦ green 102 ◦ blue 114

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

Shades of Cabaret #C86672

Tints of Cabaret #C86672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 48.08%
G = 24.52%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C86672 (or 0xC86672) is known color: Cabaret. HEX triplet: C8, 66 and 72. RGB value is (200,102,114). Sum of RGB (Red+Green+Blue) = 200+102+114=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C86672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86672 is #37998D. Grayscale: #848484. Windows color (decimal): -3643790 or 7497416. OLE color: 7497416.

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

Color convert

RGB 200 102 114 -
CMYK 0 0.49 0.43 0.22
HSL 352.65º 0.47% 0.59% -
HSV(B) 352.65º 0.49% 0.78% -
XYZ 31.61 23 18.69 -
YUV 132.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 200 102 114 0 0.49 0.43 0.22 352.65 0.47 0.59
Hex C8 66 72 0 31 2B 16 161 2F 3B
Octal 310 146 162 0 61 53 26 541 57 73
Binary 11001000 1100110 1110010 0 110001 101011 10110 101100001 101111 111011

Color Harmonies of #C86672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86672

Black with #C86672

Text Example


Text Example

White with #C86672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86672; }

 p { color: rgb(200,102,114); }

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

background-color css

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

 a { background-color: rgb(200,102,114); }

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

border-color css

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

 span { border-color: rgb(200,102,114); }

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