Html Css Color HEX #CC4265 Cabaret

📋 copy color: '#CC4265'

red 204 ◦ green 66 ◦ blue 101

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

Shades of Cabaret #CC4265

Tints of Cabaret #CC4265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 54.99%
G = 17.79%
B = 27.22%

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

#CC4265 (or 0xCC4265) is known color: Cabaret. HEX triplet: CC, 42 and 65. RGB value is (204,66,101). Sum of RGB (Red+Green+Blue) = 204+66+101=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4265 is #33BD9A. Grayscale: #6F6F6F. Windows color (decimal): -3390875 or 6636236. OLE color: 6636236.

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

Color convert

RGB 204 66 101 -
CMYK 0 0.68 0.50 0.2
HSL 344.78º 0.58% 0.53% -
HSV(B) 344.78º 0.68% 0.8% -
XYZ 29.2 17.67 14.18 -
YUV 111.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 204 66 101 0 0.68 0.50 0.2 344.78 0.58 0.53
Hex CC 42 65 0 44 32 14 159 3A 35
Octal 314 102 145 0 104 62 24 531 72 65
Binary 11001100 1000010 1100101 0 1000100 110010 10100 101011001 111010 110101

Color Harmonies of #CC4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4265

Black with #CC4265

Text Example


Text Example

White with #CC4265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4265; }

 p { color: rgb(204,66,101); }

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

background-color css

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

 a { background-color: rgb(204,66,101); }

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

border-color css

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

 span { border-color: rgb(204,66,101); }

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