Html Css Color HEX #C96673 Cabaret

📋 copy color: '#C96673'

red 201 ◦ green 102 ◦ blue 115

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

Shades of Cabaret #C96673

Tints of Cabaret #C96673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 48.09%
G = 24.4%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C96673 (or 0xC96673) is known color: Cabaret. HEX triplet: C9, 66 and 73. RGB value is (201,102,115). Sum of RGB (Red+Green+Blue) = 201+102+115=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96673 is #36998C. Grayscale: #858585. Windows color (decimal): -3578253 or 7562953. OLE color: 7562953.

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

Color convert

RGB 201 102 115 -
CMYK 0 0.49 0.43 0.21
HSL 352.12º 0.48% 0.59% -
HSV(B) 352.12º 0.49% 0.79% -
XYZ 31.93 23.16 19.01 -
YUV 133.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 201 102 115 0 0.49 0.43 0.21 352.12 0.48 0.59
Hex C9 66 73 0 31 2B 15 160 30 3B
Octal 311 146 163 0 61 53 25 540 60 73
Binary 11001001 1100110 1110011 0 110001 101011 10101 101100000 110000 111011

Color Harmonies of #C96673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96673

Black with #C96673

Text Example


Text Example

White with #C96673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96673; }

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

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

background-color css

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

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

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

border-color css

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

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

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