Html Css Color HEX #C9567A Cabaret

📋 copy color: '#C9567A'

red 201 ◦ green 86 ◦ blue 122

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

Shades of Cabaret #C9567A

Tints of Cabaret #C9567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 49.14%
G = 21.03%
B = 29.83%

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

#C9567A (or 0xC9567A) is known color: Cabaret. HEX triplet: C9, 56 and 7A. RGB value is (201,86,122). Sum of RGB (Red+Green+Blue) = 201+86+122=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9567A is #36A985. Grayscale: #7C7C7C. Windows color (decimal): -3582342 or 8017609. OLE color: 8017609.

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

Color convert

RGB 201 86 122 -
CMYK 0 0.57 0.39 0.21
HSL 341.22º 0.52% 0.56% -
HSV(B) 341.22º 0.57% 0.79% -
XYZ 30.93 20.48 20.73 -
YUV 124.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 201 86 122 0 0.57 0.39 0.21 341.22 0.52 0.56
Hex C9 56 7A 0 39 27 15 155 34 38
Octal 311 126 172 0 71 47 25 525 64 70
Binary 11001001 1010110 1111010 0 111001 100111 10101 101010101 110100 111000

Color Harmonies of #C9567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9567A

Black with #C9567A

Text Example


Text Example

White with #C9567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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