Html Css Color HEX #C9666A Cabaret

📋 copy color: '#C9666A'

red 201 ◦ green 102 ◦ blue 106

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

Shades of Cabaret #C9666A

Tints of Cabaret #C9666A

RGB

 RED value IS 201 (78.91% from 255) = 49.14%

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

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

R = 49.14%
G = 24.94%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9666A (or 0xC9666A) is known color: Cabaret. HEX triplet: C9, 66 and 6A. RGB value is (201,102,106). Sum of RGB (Red+Green+Blue) = 201+102+106=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9666A is #369995. Grayscale: #848484. Windows color (decimal): -3578262 or 6973129. OLE color: 6973129.

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

Color convert

RGB 201 102 106 -
CMYK 0 0.49 0.47 0.21
HSL 357.58º 0.48% 0.59% -
HSV(B) 357.58º 0.49% 0.79% -
XYZ 31.44 22.96 16.41 -
YUV 132.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 201 102 106 0 0.49 0.47 0.21 357.58 0.48 0.59
Hex C9 66 6A 0 31 2F 15 166 30 3B
Octal 311 146 152 0 61 57 25 546 60 73
Binary 11001001 1100110 1101010 0 110001 101111 10101 101100110 110000 111011

Color Harmonies of #C9666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9666A

Black with #C9666A

Text Example


Text Example

White with #C9666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9666A; }

 p { color: rgb(201,102,106); }

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

background-color css

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

 a { background-color: rgb(201,102,106); }

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

border-color css

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

 span { border-color: rgb(201,102,106); }

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