Html Css Color HEX #C86572 Cabaret

📋 copy color: '#C86572'

red 200 ◦ green 101 ◦ blue 114

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

Shades of Cabaret #C86572

Tints of Cabaret #C86572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 48.19%
G = 24.34%
B = 27.47%

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

#C86572 (or 0xC86572) is known color: Cabaret. HEX triplet: C8, 65 and 72. RGB value is (200,101,114). Sum of RGB (Red+Green+Blue) = 200+101+114=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C86572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86572 is #379A8D. Grayscale: #848484. Windows color (decimal): -3644046 or 7497160. OLE color: 7497160.

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

Color convert

RGB 200 101 114 -
CMYK 0 0.49 0.43 0.22
HSL 352.12º 0.47% 0.59% -
HSV(B) 352.12º 0.5% 0.78% -
XYZ 31.51 22.8 18.66 -
YUV 132.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 200 101 114 0 0.49 0.43 0.22 352.12 0.47 0.59
Hex C8 65 72 0 31 2B 16 160 2F 3B
Octal 310 145 162 0 61 53 26 540 57 73
Binary 11001000 1100101 1110010 0 110001 101011 10110 101100000 101111 111011

Color Harmonies of #C86572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86572

Black with #C86572

Text Example


Text Example

White with #C86572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86572; }

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

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

background-color css

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

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

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

border-color css

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

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

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