Html Css Color HEX #C8616A Cabaret

📋 copy color: '#C8616A'

red 200 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #C8616A

Tints of Cabaret #C8616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 49.63%
G = 24.07%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8616A (or 0xC8616A) is known color: Cabaret. HEX triplet: C8, 61 and 6A. RGB value is (200,97,106). Sum of RGB (Red+Green+Blue) = 200+97+106=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8616A is #379E95. Grayscale: #808080. Windows color (decimal): -3645078 or 6971848. OLE color: 6971848.

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

Color convert

RGB 200 97 106 -
CMYK 0 0.52 0.47 0.22
HSL 354.76º 0.48% 0.58% -
HSV(B) 354.76º 0.52% 0.78% -
XYZ 30.7 21.87 16.24 -
YUV 128.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 200 97 106 0 0.52 0.47 0.22 354.76 0.48 0.58
Hex C8 61 6A 0 34 2F 16 163 30 3A
Octal 310 141 152 0 64 57 26 543 60 72
Binary 11001000 1100001 1101010 0 110100 101111 10110 101100011 110000 111010

Color Harmonies of #C8616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8616A

Black with #C8616A

Text Example


Text Example

White with #C8616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8616A; }

 p { color: rgb(200,97,106); }

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

background-color css

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

 a { background-color: rgb(200,97,106); }

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

border-color css

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

 span { border-color: rgb(200,97,106); }

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