Html Css Color HEX #CC5F7B Cabaret

📋 copy color: '#CC5F7B'

red 204 ◦ green 95 ◦ blue 123

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

Shades of Cabaret #CC5F7B

Tints of Cabaret #CC5F7B

RGB

 RED value IS 204 (80.08% from 255) = 48.34%

 GREEN value IS 95 (37.5% from 255) = 22.51%

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

R = 48.34%
G = 22.51%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC5F7B (or 0xCC5F7B) is known color: Cabaret. HEX triplet: CC, 5F and 7B. RGB value is (204,95,123). Sum of RGB (Red+Green+Blue) = 204+95+123=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F7B is #33A084. Grayscale: #828282. Windows color (decimal): -3383429 or 8085452. OLE color: 8085452.

HSL color Cylindrical-coordinate representation of color #CC5F7B: hue angle of 344.59º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F7B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 123 -
CMYK 0 0.53 0.40 0.2
HSL 344.59º 0.52% 0.59% -
HSV(B) 344.59º 0.53% 0.8% -
XYZ 32.57 22.45 21.36 -
YUV 130.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 204 95 123 0 0.53 0.40 0.2 344.59 0.52 0.59
Hex CC 5F 7B 0 35 28 14 159 34 3B
Octal 314 137 173 0 65 50 24 531 64 73
Binary 11001100 1011111 1111011 0 110101 101000 10100 101011001 110100 111011

Color Harmonies of #CC5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F7B

Black with #CC5F7B

Text Example


Text Example

White with #CC5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F7B; }

 p { color: rgb(204,95,123); }

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

background-color css

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

 a { background-color: rgb(204,95,123); }

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

border-color css

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

 span { border-color: rgb(204,95,123); }

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