Html Css Color HEX #C8626A Cabaret

📋 copy color: '#C8626A'

red 200 ◦ green 98 ◦ blue 106

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

Shades of Cabaret #C8626A

Tints of Cabaret #C8626A

RGB

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

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

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

R = 49.5%
G = 24.26%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8626A (or 0xC8626A) is known color: Cabaret. HEX triplet: C8, 62 and 6A. RGB value is (200,98,106). Sum of RGB (Red+Green+Blue) = 200+98+106=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8626A is #379D95. Grayscale: #818181. Windows color (decimal): -3644822 or 6972104. OLE color: 6972104.

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

Color convert

RGB 200 98 106 -
CMYK 0 0.51 0.47 0.22
HSL 355.29º 0.48% 0.58% -
HSV(B) 355.29º 0.51% 0.78% -
XYZ 30.79 22.06 16.27 -
YUV 129.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 200 98 106 0 0.51 0.47 0.22 355.29 0.48 0.58
Hex C8 62 6A 0 33 2F 16 163 30 3A
Octal 310 142 152 0 63 57 26 543 60 72
Binary 11001000 1100010 1101010 0 110011 101111 10110 101100011 110000 111010

Color Harmonies of #C8626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8626A

Black with #C8626A

Text Example


Text Example

White with #C8626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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