Html Css Color HEX #CC4368 Cabaret

📋 copy color: '#CC4368'

red 204 ◦ green 67 ◦ blue 104

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

Shades of Cabaret #CC4368

Tints of Cabaret #CC4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 54.4%
G = 17.87%
B = 27.73%

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

#CC4368 (or 0xCC4368) is known color: Cabaret. HEX triplet: CC, 43 and 68. RGB value is (204,67,104). Sum of RGB (Red+Green+Blue) = 204+67+104=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4368 is #33BC97. Grayscale: #707070. Windows color (decimal): -3390616 or 6833100. OLE color: 6833100.

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

Color convert

RGB 204 67 104 -
CMYK 0 0.67 0.49 0.2
HSL 343.8º 0.57% 0.53% -
HSV(B) 343.8º 0.67% 0.8% -
XYZ 29.41 17.85 14.99 -
YUV 112.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 204 67 104 0 0.67 0.49 0.2 343.8 0.57 0.53
Hex CC 43 68 0 43 31 14 158 39 35
Octal 314 103 150 0 103 61 24 530 71 65
Binary 11001100 1000011 1101000 0 1000011 110001 10100 101011000 111001 110101

Color Harmonies of #CC4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4368

Black with #CC4368

Text Example


Text Example

White with #CC4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4368; }

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

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

background-color css

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

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

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

border-color css

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

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

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