Html Css Color HEX #CC4468 Cabaret

📋 copy color: '#CC4468'

red 204 ◦ green 68 ◦ blue 104

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

Shades of Cabaret #CC4468

Tints of Cabaret #CC4468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 54.26%
G = 18.09%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC4468 (or 0xCC4468) is known color: Cabaret. HEX triplet: CC, 44 and 68. RGB value is (204,68,104). Sum of RGB (Red+Green+Blue) = 204+68+104=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4468 is #33BB97. Grayscale: #707070. Windows color (decimal): -3390360 or 6833356. OLE color: 6833356.

HSL color Cylindrical-coordinate representation of color #CC4468: hue angle of 344.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4468 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 104 -
CMYK 0 0.67 0.49 0.2
HSL 344.12º 0.57% 0.53% -
HSV(B) 344.12º 0.67% 0.8% -
XYZ 29.47 17.97 15.01 -
YUV 112.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 204 68 104 0 0.67 0.49 0.2 344.12 0.57 0.53
Hex CC 44 68 0 43 31 14 158 39 35
Octal 314 104 150 0 103 61 24 530 71 65
Binary 11001100 1000100 1101000 0 1000011 110001 10100 101011000 111001 110101

Color Harmonies of #CC4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4468

Black with #CC4468

Text Example


Text Example

White with #CC4468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4468; }

 p { color: rgb(204,68,104); }

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

background-color css

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

 a { background-color: rgb(204,68,104); }

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

border-color css

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

 span { border-color: rgb(204,68,104); }

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