Html Css Color HEX #CC627A Cabaret

📋 copy color: '#CC627A'

red 204 ◦ green 98 ◦ blue 122

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

Shades of Cabaret #CC627A

Tints of Cabaret #CC627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 48.11%
G = 23.11%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC627A (or 0xCC627A) is known color: Cabaret. HEX triplet: CC, 62 and 7A. RGB value is (204,98,122). Sum of RGB (Red+Green+Blue) = 204+98+122=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC627A is #339D85. Grayscale: #848484. Windows color (decimal): -3382662 or 8020684. OLE color: 8020684.

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

Color convert

RGB 204 98 122 -
CMYK 0 0.52 0.40 0.2
HSL 346.42º 0.51% 0.59% -
HSV(B) 346.42º 0.52% 0.8% -
XYZ 32.78 22.98 21.12 -
YUV 132.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 204 98 122 0 0.52 0.40 0.2 346.42 0.51 0.59
Hex CC 62 7A 0 34 28 14 15A 33 3B
Octal 314 142 172 0 64 50 24 532 63 73
Binary 11001100 1100010 1111010 0 110100 101000 10100 101011010 110011 111011

Color Harmonies of #CC627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC627A

Black with #CC627A

Text Example


Text Example

White with #CC627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC627A; }

 p { color: rgb(204,98,122); }

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

background-color css

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

 a { background-color: rgb(204,98,122); }

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

border-color css

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

 span { border-color: rgb(204,98,122); }

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