Html Css Color HEX #CC4362 Cabaret

📋 copy color: '#CC4362'

red 204 ◦ green 67 ◦ blue 98

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

Shades of Cabaret #CC4362

Tints of Cabaret #CC4362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 55.28%
G = 18.16%
B = 26.56%

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

#CC4362 (or 0xCC4362) is known color: Cabaret. HEX triplet: CC, 43 and 62. RGB value is (204,67,98). Sum of RGB (Red+Green+Blue) = 204+67+98=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4362 is #33BC9D. Grayscale: #6F6F6F. Windows color (decimal): -3390622 or 6439884. OLE color: 6439884.

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

Color convert

RGB 204 67 98 -
CMYK 0 0.67 0.52 0.2
HSL 346.42º 0.57% 0.53% -
HSV(B) 346.42º 0.67% 0.8% -
XYZ 29.11 17.73 13.44 -
YUV 111.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 204 67 98 0 0.67 0.52 0.2 346.42 0.57 0.53
Hex CC 43 62 0 43 34 14 15A 39 35
Octal 314 103 142 0 103 64 24 532 71 65
Binary 11001100 1000011 1100010 0 1000011 110100 10100 101011010 111001 110101

Color Harmonies of #CC4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4362

Black with #CC4362

Text Example


Text Example

White with #CC4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4362; }

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

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

background-color css

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

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

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

border-color css

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

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

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