Html Css Color HEX #C9567B Cabaret

📋 copy color: '#C9567B'

red 201 ◦ green 86 ◦ blue 123

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

Shades of Cabaret #C9567B

Tints of Cabaret #C9567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 49.02%
G = 20.98%
B = 30%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9567B (or 0xC9567B) is known color: Cabaret. HEX triplet: C9, 56 and 7B. RGB value is (201,86,123). Sum of RGB (Red+Green+Blue) = 201+86+123=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9567B is #36A984. Grayscale: #7C7C7C. Windows color (decimal): -3582341 or 8083145. OLE color: 8083145.

HSL color Cylindrical-coordinate representation of color #C9567B: hue angle of 340.7º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9567B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 123 -
CMYK 0 0.57 0.39 0.21
HSL 340.7º 0.52% 0.56% -
HSV(B) 340.7º 0.57% 0.79% -
XYZ 30.99 20.5 21.06 -
YUV 124.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 201 86 123 0 0.57 0.39 0.21 340.7 0.52 0.56
Hex C9 56 7B 0 39 27 15 155 34 38
Octal 311 126 173 0 71 47 25 525 64 70
Binary 11001001 1010110 1111011 0 111001 100111 10101 101010101 110100 111000

Color Harmonies of #C9567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9567B

Black with #C9567B

Text Example


Text Example

White with #C9567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9567B; }

 p { color: rgb(201,86,123); }

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

background-color css

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

 a { background-color: rgb(201,86,123); }

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

border-color css

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

 span { border-color: rgb(201,86,123); }

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