Html Css Color HEX #CC626B Cabaret

📋 copy color: '#CC626B'

red 204 ◦ green 98 ◦ blue 107

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

Shades of Cabaret #CC626B

Tints of Cabaret #CC626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 49.88%
G = 23.96%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC626B (or 0xCC626B) is known color: Cabaret. HEX triplet: CC, 62 and 6B. RGB value is (204,98,107). Sum of RGB (Red+Green+Blue) = 204+98+107=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC626B is #339D94. Grayscale: #828282. Windows color (decimal): -3382677 or 7037644. OLE color: 7037644.

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

Color convert

RGB 204 98 107 -
CMYK 0 0.52 0.48 0.2
HSL 354.91º 0.51% 0.59% -
HSV(B) 354.91º 0.52% 0.8% -
XYZ 31.92 22.63 16.6 -
YUV 130.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 204 98 107 0 0.52 0.48 0.2 354.91 0.51 0.59
Hex CC 62 6B 0 34 30 14 163 33 3B
Octal 314 142 153 0 64 60 24 543 63 73
Binary 11001100 1100010 1101011 0 110100 110000 10100 101100011 110011 111011

Color Harmonies of #CC626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC626B

Black with #CC626B

Text Example


Text Example

White with #CC626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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