Html Css Color HEX #C96678 Cabaret

📋 copy color: '#C96678'

red 201 ◦ green 102 ◦ blue 120

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

Shades of Cabaret #C96678

Tints of Cabaret #C96678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 47.52%
G = 24.11%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C96678 (or 0xC96678) is known color: Cabaret. HEX triplet: C9, 66 and 78. RGB value is (201,102,120). Sum of RGB (Red+Green+Blue) = 201+102+120=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96678 is #369987. Grayscale: #858585. Windows color (decimal): -3578248 or 7890633. OLE color: 7890633.

HSL color Cylindrical-coordinate representation of color #C96678: hue angle of 349.09º 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 #C96678 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 120 -
CMYK 0 0.49 0.40 0.21
HSL 349.09º 0.48% 0.59% -
HSV(B) 349.09º 0.49% 0.79% -
XYZ 32.23 23.28 20.56 -
YUV 133.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 201 102 120 0 0.49 0.40 0.21 349.09 0.48 0.59
Hex C9 66 78 0 31 28 15 15D 30 3B
Octal 311 146 170 0 61 50 25 535 60 73
Binary 11001001 1100110 1111000 0 110001 101000 10101 101011101 110000 111011

Color Harmonies of #C96678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96678

Black with #C96678

Text Example


Text Example

White with #C96678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96678; }

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

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

background-color css

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

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

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

border-color css

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

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

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