Html Css Color HEX #CC4361 Cabaret

📋 copy color: '#CC4361'

red 204 ◦ green 67 ◦ blue 97

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

Shades of Cabaret #CC4361

Tints of Cabaret #CC4361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 55.43%
G = 18.21%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC4361 (or 0xCC4361) is known color: Cabaret. HEX triplet: CC, 43 and 61. RGB value is (204,67,97). Sum of RGB (Red+Green+Blue) = 204+67+97=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4361 is #33BC9E. Grayscale: #6F6F6F. Windows color (decimal): -3390623 or 6374348. OLE color: 6374348.

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

Color convert

RGB 204 67 97 -
CMYK 0 0.67 0.52 0.2
HSL 346.86º 0.57% 0.53% -
HSV(B) 346.86º 0.67% 0.8% -
XYZ 29.07 17.71 13.2 -
YUV 111.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 204 67 97 0 0.67 0.52 0.2 346.86 0.57 0.53
Hex CC 43 61 0 43 34 14 15B 39 35
Octal 314 103 141 0 103 64 24 533 71 65
Binary 11001100 1000011 1100001 0 1000011 110100 10100 101011011 111001 110101

Color Harmonies of #CC4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4361

Black with #CC4361

Text Example


Text Example

White with #CC4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4361; }

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

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

background-color css

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

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

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

border-color css

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

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

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