Html Css Color HEX #CC626E Cabaret

📋 copy color: '#CC626E'

red 204 ◦ green 98 ◦ blue 110

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

Shades of Cabaret #CC626E

Tints of Cabaret #CC626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.7%

R = 49.51%
G = 23.79%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC626E (or 0xCC626E) is known color: Cabaret. HEX triplet: CC, 62 and 6E. RGB value is (204,98,110). Sum of RGB (Red+Green+Blue) = 204+98+110=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC626E is #339D91. Grayscale: #838383. Windows color (decimal): -3382674 or 7234252. OLE color: 7234252.

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

Color convert

RGB 204 98 110 -
CMYK 0 0.52 0.46 0.2
HSL 353.21º 0.51% 0.59% -
HSV(B) 353.21º 0.52% 0.8% -
XYZ 32.08 22.7 17.44 -
YUV 131.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 204 98 110 0 0.52 0.46 0.2 353.21 0.51 0.59
Hex CC 62 6E 0 34 2E 14 161 33 3B
Octal 314 142 156 0 64 56 24 541 63 73
Binary 11001100 1100010 1101110 0 110100 101110 10100 101100001 110011 111011

Color Harmonies of #CC626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC626E

Black with #CC626E

Text Example


Text Example

White with #CC626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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