Html Css Color HEX #CC4268 Cabaret

📋 copy color: '#CC4268'

red 204 ◦ green 66 ◦ blue 104

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

Shades of Cabaret #CC4268

Tints of Cabaret #CC4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 54.55%
G = 17.65%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC4268 (or 0xCC4268) is known color: Cabaret. HEX triplet: CC, 42 and 68. RGB value is (204,66,104). Sum of RGB (Red+Green+Blue) = 204+66+104=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4268 is #33BD97. Grayscale: #6F6F6F. Windows color (decimal): -3390872 or 6832844. OLE color: 6832844.

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

Color convert

RGB 204 66 104 -
CMYK 0 0.68 0.49 0.2
HSL 343.48º 0.58% 0.53% -
HSV(B) 343.48º 0.68% 0.8% -
XYZ 29.35 17.73 14.97 -
YUV 111.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 204 66 104 0 0.68 0.49 0.2 343.48 0.58 0.53
Hex CC 42 68 0 44 31 14 157 3A 35
Octal 314 102 150 0 104 61 24 527 72 65
Binary 11001100 1000010 1101000 0 1000100 110001 10100 101010111 111010 110101

Color Harmonies of #CC4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4268

Black with #CC4268

Text Example


Text Example

White with #CC4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4268; }

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

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

background-color css

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

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

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

border-color css

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

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

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