Html Css Color HEX #CC3F6F Cabaret

📋 copy color: '#CC3F6F'

red 204 ◦ green 63 ◦ blue 111

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

Shades of Cabaret #CC3F6F

Tints of Cabaret #CC3F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 53.97%
G = 16.67%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC3F6F (or 0xCC3F6F) is known color: Cabaret. HEX triplet: CC, 3F and 6F. RGB value is (204,63,111). Sum of RGB (Red+Green+Blue) = 204+63+111=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F6F is #33C090. Grayscale: #6E6E6E. Windows color (decimal): -3391633 or 7290828. OLE color: 7290828.

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

Color convert

RGB 204 63 111 -
CMYK 0 0.69 0.46 0.2
HSL 339.57º 0.58% 0.52% -
HSV(B) 339.57º 0.69% 0.8% -
XYZ 29.55 17.54 16.87 -
YUV 110.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 204 63 111 0 0.69 0.46 0.2 339.57 0.58 0.52
Hex CC 3F 6F 0 45 2E 14 154 3A 34
Octal 314 77 157 0 105 56 24 524 72 64
Binary 11001100 111111 1101111 0 1000101 101110 10100 101010100 111010 110100

Color Harmonies of #CC3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F6F

Black with #CC3F6F

Text Example


Text Example

White with #CC3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F6F; }

 p { color: rgb(204,63,111); }

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

background-color css

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

 a { background-color: rgb(204,63,111); }

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

border-color css

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

 span { border-color: rgb(204,63,111); }

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