Html Css Color HEX #CC4167 Cabaret

📋 copy color: '#CC4167'

red 204 ◦ green 65 ◦ blue 103

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

Shades of Cabaret #CC4167

Tints of Cabaret #CC4167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 54.84%
G = 17.47%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC4167 (or 0xCC4167) is known color: Cabaret. HEX triplet: CC, 41 and 67. RGB value is (204,65,103). Sum of RGB (Red+Green+Blue) = 204+65+103=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4167 is #33BE98. Grayscale: #6E6E6E. Windows color (decimal): -3391129 or 6767052. OLE color: 6767052.

HSL color Cylindrical-coordinate representation of color #CC4167: hue angle of 343.6º degrees, saturation: 0.58, 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 #CC4167 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 103 -
CMYK 0 0.68 0.50 0.2
HSL 343.6º 0.58% 0.53% -
HSV(B) 343.6º 0.68% 0.8% -
XYZ 29.24 17.6 14.69 -
YUV 110.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 204 65 103 0 0.68 0.50 0.2 343.6 0.58 0.53
Hex CC 41 67 0 44 32 14 158 3A 35
Octal 314 101 147 0 104 62 24 530 72 65
Binary 11001100 1000001 1100111 0 1000100 110010 10100 101011000 111010 110101

Color Harmonies of #CC4167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4167

Black with #CC4167

Text Example


Text Example

White with #CC4167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4167; }

 p { color: rgb(204,65,103); }

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

background-color css

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

 a { background-color: rgb(204,65,103); }

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

border-color css

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

 span { border-color: rgb(204,65,103); }

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