Html Css Color HEX #CC4469 Cabaret

📋 copy color: '#CC4469'

red 204 ◦ green 68 ◦ blue 105

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

Shades of Cabaret #CC4469

Tints of Cabaret #CC4469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 54.11%
G = 18.04%
B = 27.85%

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

#CC4469 (or 0xCC4469) is known color: Cabaret. HEX triplet: CC, 44 and 69. RGB value is (204,68,105). Sum of RGB (Red+Green+Blue) = 204+68+105=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4469 is #33BB96. Grayscale: #707070. Windows color (decimal): -3390359 or 6898892. OLE color: 6898892.

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

Color convert

RGB 204 68 105 -
CMYK 0 0.67 0.49 0.2
HSL 343.68º 0.57% 0.53% -
HSV(B) 343.68º 0.67% 0.8% -
XYZ 29.52 17.99 15.28 -
YUV 112.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 204 68 105 0 0.67 0.49 0.2 343.68 0.57 0.53
Hex CC 44 69 0 43 31 14 158 39 35
Octal 314 104 151 0 103 61 24 530 71 65
Binary 11001100 1000100 1101001 0 1000011 110001 10100 101011000 111001 110101

Color Harmonies of #CC4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4469

Black with #CC4469

Text Example


Text Example

White with #CC4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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