Html Css Color HEX #C86269 Cabaret

📋 copy color: '#C86269'

red 200 ◦ green 98 ◦ blue 105

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

Shades of Cabaret #C86269

Tints of Cabaret #C86269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 49.63%
G = 24.32%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86269 (or 0xC86269) is known color: Cabaret. HEX triplet: C8, 62 and 69. RGB value is (200,98,105). Sum of RGB (Red+Green+Blue) = 200+98+105=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86269 is #379D96. Grayscale: #818181. Windows color (decimal): -3644823 or 6906568. OLE color: 6906568.

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

Color convert

RGB 200 98 105 -
CMYK 0 0.51 0.48 0.22
HSL 355.88º 0.48% 0.58% -
HSV(B) 355.88º 0.51% 0.78% -
XYZ 30.74 22.03 16 -
YUV 129.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 200 98 105 0 0.51 0.48 0.22 355.88 0.48 0.58
Hex C8 62 69 0 33 30 16 164 30 3A
Octal 310 142 151 0 63 60 26 544 60 72
Binary 11001000 1100010 1101001 0 110011 110000 10110 101100100 110000 111010

Color Harmonies of #C86269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86269

Black with #C86269

Text Example


Text Example

White with #C86269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86269; }

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

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

background-color css

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

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

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

border-color css

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

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

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