Html Css Color HEX #CC4B65 Cabaret

📋 copy color: '#CC4B65'

red 204 ◦ green 75 ◦ blue 101

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

Shades of Cabaret #CC4B65

Tints of Cabaret #CC4B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 53.68%
G = 19.74%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC4B65 (or 0xCC4B65) is known color: Cabaret. HEX triplet: CC, 4B and 65. RGB value is (204,75,101). Sum of RGB (Red+Green+Blue) = 204+75+101=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B65 is #33B49A. Grayscale: #747474. Windows color (decimal): -3388571 or 6638540. OLE color: 6638540.

HSL color Cylindrical-coordinate representation of color #CC4B65: hue angle of 347.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4B65 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 101 -
CMYK 0 0.63 0.50 0.2
HSL 347.91º 0.56% 0.55% -
HSV(B) 347.91º 0.63% 0.8% -
XYZ 29.77 18.81 14.37 -
YUV 116.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 204 75 101 0 0.63 0.50 0.2 347.91 0.56 0.55
Hex CC 4B 65 0 3F 32 14 15C 38 37
Octal 314 113 145 0 77 62 24 534 70 67
Binary 11001100 1001011 1100101 0 111111 110010 10100 101011100 111000 110111

Color Harmonies of #CC4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B65

Black with #CC4B65

Text Example


Text Example

White with #CC4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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