Html Css Color HEX #CC3F6A Cabaret

📋 copy color: '#CC3F6A'

red 204 ◦ green 63 ◦ blue 106

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

Shades of Cabaret #CC3F6A

Tints of Cabaret #CC3F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 54.69%
G = 16.89%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC3F6A (or 0xCC3F6A) is known color: Cabaret. HEX triplet: CC, 3F and 6A. RGB value is (204,63,106). Sum of RGB (Red+Green+Blue) = 204+63+106=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F6A is #33C095. Grayscale: #6E6E6E. Windows color (decimal): -3391638 or 6963148. OLE color: 6963148.

HSL color Cylindrical-coordinate representation of color #CC3F6A: hue angle of 341.7º 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 #CC3F6A is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 106 -
CMYK 0 0.69 0.48 0.2
HSL 341.7º 0.58% 0.52% -
HSV(B) 341.7º 0.69% 0.8% -
XYZ 29.28 17.43 15.46 -
YUV 110.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 204 63 106 0 0.69 0.48 0.2 341.7 0.58 0.52
Hex CC 3F 6A 0 45 30 14 156 3A 34
Octal 314 77 152 0 105 60 24 526 72 64
Binary 11001100 111111 1101010 0 1000101 110000 10100 101010110 111010 110100

Color Harmonies of #CC3F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F6A

Black with #CC3F6A

Text Example


Text Example

White with #CC3F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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